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
We re using pbkdf2sync in our application and we use rollup with esm bundling.
When we run our application we get error
Uncaught (in promise) TypeError: createHmac$1 is not a function
at pbkdf2 (sync.js:37:13)
at Encryption.getHash (Encryption.ts:16:13)
at Controller.ts:173:32
Thanks in advance for the help.
The text was updated successfully, but these errors were encountered:
We re using pbkdf2sync in our application and we use rollup with esm bundling.
When we run our application we get error
Uncaught (in promise) TypeError: createHmac$1 is not a function
at pbkdf2 (sync.js:37:13)
at Encryption.getHash (Encryption.ts:16:13)
at Controller.ts:173:32
Thanks in advance for the help.
The text was updated successfully, but these errors were encountered: