Sanity dev throws Could not find source
context error
#4924
Unanswered
DmitriyTveryakov
asked this question in
Sanity Studio Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have custom input in which i use
const client = useClient({ apiVersion });
sanity dev gives an error Could not find
source
context errorWhen I start the built sanity, everything works find
It might have something to do with imports resolving since we are importing schemas from another npm library in our registery.
This library is transpiled into es5 with commonJS imports
package.json
Beta Was this translation helpful? Give feedback.
All reactions