You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As identified in #1319, there's a potential race condition for environments such as ReactJS which may call qz.security.setSignatureAlgorithm() more than once.
qz-tray.js:768 Uncaught TypeError: Cannot read properties of undefined (reading '0')
The workaround discovered in #1319 was to ensure that the security functions were only called once. A permanent solution would be to ensure that the semver logic is hardened against race conditions.
As identified in #1319, there's a potential race condition for environments such as ReactJS which may call
qz.security.setSignatureAlgorithm()
more than once.The workaround discovered in #1319 was to ensure that the security functions were only called once. A permanent solution would be to ensure that the semver logic is hardened against race conditions.
Related: #1319, #538, #524, #1301
The text was updated successfully, but these errors were encountered: