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
This issue is related to #162. After fixing the #162 with a given solution, when I am trying to call scrypt.hashSync(), It will through following error.
Uncaught (in promise) TypeError: scryptNative.hashSync is not a function
at Object.hashSync (static/js/0.chunk.js:134641)
at _callee$ (static/js/main.chunk.js:1088)
at tryCatch (static/js/0.chunk.js:562)
at Generator.invoke [as _invoke] (static/js/0.chunk.js:788)
at Generator.prototype.(anonymous function) [as next] (http://localhost:3000/static/js/0.chunk.js:614:21)
at asyncGeneratorStep (static/js/0.chunk.js:50)
at _next (static/js/0.chunk.js:72)
at static/js/0.chunk.js:79
at new Promise ()
at static/js/0.chunk.js:68
at static/js/main.chunk.js:1118
The text was updated successfully, but these errors were encountered:
This issue is related to #162. After fixing the #162 with a given solution, when I am trying to call scrypt.hashSync(), It will through following error.
Uncaught (in promise) TypeError: scryptNative.hashSync is not a function
at Object.hashSync (static/js/0.chunk.js:134641)
at _callee$ (static/js/main.chunk.js:1088)
at tryCatch (static/js/0.chunk.js:562)
at Generator.invoke [as _invoke] (static/js/0.chunk.js:788)
at Generator.prototype.(anonymous function) [as next] (http://localhost:3000/static/js/0.chunk.js:614:21)
at asyncGeneratorStep (static/js/0.chunk.js:50)
at _next (static/js/0.chunk.js:72)
at static/js/0.chunk.js:79
at new Promise ()
at static/js/0.chunk.js:68
at static/js/main.chunk.js:1118
The text was updated successfully, but these errors were encountered: