When I use the visual editor, the preview section of the window doesn’t update when I make updates in the content tab. My site is built in Gatsby.
Not sure if it’s related, but whenever I make an update in the action bar, I get the following console error:
Warning: Can’t perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
in StoryblokEntry (created by HotExportedStoryblokEntry)
in AppContainer (created by HotExportedStoryblokEntry)
in HotExportedStoryblokEntry (created by PageRenderer)