Error "Cannot read properties of null (reading 'useMemo')" #3691
Unanswered
sankaSanjeeva
asked this question in
Q&A
Replies: 2 comments
-
How did you solve this?? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related: denoland/fresh#1530 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a library that export a React component. To create that component I used shadcn ui components like Button, Select, Sheet. When I use my library in another project it throws errors like "
Cannot read properties of null (reading 'useMemo')
" if I use 'Select' or 'Sheet' component. If i use only "button" component it works fine.eg:- this works fine
But it throws errors if use Select or Sheet
Appreciate it if someone could tell me whether i am doing something wrong
Beta Was this translation helpful? Give feedback.
All reactions