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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was getting an error while invoking encryption.
Cannot read properties of undefined (reading '__wbindgen_add_to_stack_pointer')
This was because my React App didn't call initialize() . This is a new step introduced recently.
In React apps, it is easiest to include the call in a useEffect, as shown here: https://github.com/nucypher/nucypher-ts/blob/taco%400.1.0-rc.5/demos/taco-demo/src/App.tsx
J.D.
Beta Was this translation helpful? Give feedback.
All reactions