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
When using Broadcast Channel API with 'channel.postMessage()' function and running some action upon receiving the message an unnecessary Hydration action is fired. in 8.0 it overwritten my store. In 8.1 seems it does not but still makes me uneasy.
My app uses only 'getInitialProps' so I do not expect any Hydration actions apart from the first action on the client.
To Reproduce
Difficult to reproduce as you need to have some setup with Broadcast Channel API
Expected behavior
I expect that no Hydration action is triggered if there is no SSR.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When using Broadcast Channel API with 'channel.postMessage()' function and running some action upon receiving the message an unnecessary Hydration action is fired. in 8.0 it overwritten my store. In 8.1 seems it does not but still makes me uneasy.
My app uses only 'getInitialProps' so I do not expect any Hydration actions apart from the first action on the client.
To Reproduce
Difficult to reproduce as you need to have some setup with Broadcast Channel API
Expected behavior
I expect that no Hydration action is triggered if there is no SSR.
Screenshots
The text was updated successfully, but these errors were encountered: