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
in WordList.tsx, I get the below eslint error: React Hook "useSharedValue" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function.
Any clue how to work around this error?
The text was updated successfully, but these errors were encountered:
When trying to build my
offsets
array by including:in WordList.tsx, I get the below eslint error:
React Hook "useSharedValue" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function.
Any clue how to work around this error?
The text was updated successfully, but these errors were encountered: