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 followed the steps provided in the Rich Text Example to set up synchronization using SyncedStore and @tiptap/react. The setup works fine when opened in multiple tabs of the same browser, but when I open the app in an incognito tab and a non-incognito tab in the same browser, the synchronization behavior does not work.
Expected Behavior:
Text changes made in one tab should synchronize and reflect in the other tab in real time.
Actual Behavior:
Changes made in one tab do not reflect in the other tab.
I followed the steps provided in the Rich Text Example to set up synchronization using SyncedStore and @tiptap/react. The setup works fine when opened in multiple tabs of the same browser, but when I open the app in an incognito tab and a non-incognito tab in the same browser, the synchronization behavior does not work.
Expected Behavior:
Text changes made in one tab should synchronize and reflect in the other tab in real time.
Actual Behavior:
Changes made in one tab do not reflect in the other tab.