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've followed the readme and migration fairly strictly. Documents are loading and the hover UI of Sanity is doing the trick. However, updating document data is showing no changes in the presentation window.
I noticed that useQuery doesn't ever seem to be running the provided queries. If I do not supply initial then there is no data available at all. I've been looking at https://github.com/sanity-io/sanity-template-remix-clean and am wondering if we need this
import { useLiveMode } from '@sanity/react-loader'
I did ensure VisualEditing is rendering (i.e., context.sanity.preview?.enabled == true)
The text was updated successfully, but these errors were encountered:
I've followed the readme and migration fairly strictly. Documents are loading and the hover UI of Sanity is doing the trick. However, updating document data is showing no changes in the presentation window.
I noticed that useQuery doesn't ever seem to be running the provided queries. If I do not supply
initial
then there is no data available at all. I've been looking at https://github.com/sanity-io/sanity-template-remix-clean and am wondering if we need thisI did ensure VisualEditing is rendering (i.e.,
context.sanity.preview?.enabled == true
)The text was updated successfully, but these errors were encountered: