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
But unable to import if there is anything going after package name like /cyto/hooks
This problem is not related to only deepcase but to other packages which do not contain entry-point file that exports everything. For example react exports everything so I can do this:
Note: I do not destructure useState and useMemo immediately because React should be imported itself otherwise I get error related to createElement is undefined or smth like that
The text was updated successfully, but these errors were encountered:
Question
Unable to import from specific path in client handler
Code 1
Error 1
Code 2
Error 2
Code 3
Error 3
Code 4
Error 4
Additional Info
I am able to import deepcase
Code
But unable to import if there is anything going after package name like
/cyto/hooks
This problem is not related to only deepcase but to other packages which do not contain entry-point file that exports everything. For example react exports everything so I can do this:
Note: I do not destructure useState and useMemo immediately because React should be imported itself otherwise I get error related to
createElement
is undefined or smth like thatThe text was updated successfully, but these errors were encountered: