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
I believe this hook is critical for VisualEditing to work. But when I invoke useLiveMode I am consistently failing at this line
// @sanity/react-loader/src/defineUseLiveMode.ts(clientasSanityClient)?.config().stega.studioUrl// config is not a function
I am fairly certain I have the correct sanity client and I am even trying to provide studioUrl so it short circuits the nullish coalescing operator but it is still breaking.
This issue might belong elsewhere but I thought I'd ask.
I'm trying to invoke
useLiveMode
in a hydrogen (remix) project without success.I believe this hook is critical for VisualEditing to work. But when I invoke useLiveMode I am consistently failing at this line
I am fairly certain I have the correct sanity client and I am even trying to provide studioUrl so it short circuits the nullish coalescing operator but it is still breaking.
Is it necessary to have this hook? Is there a way I may be able to get it to work?
The text was updated successfully, but these errors were encountered: