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
This comes from discussion in another issue. The API can return arrays and scalars, but the get weird in enhance SSR and then things would really go wrong if you try to add them to the store. So I think we should consider throwing an error if initialState is not an object.
The text was updated successfully, but these errors were encountered:
This comes from discussion in another issue. The API can return arrays and scalars, but the get weird in enhance SSR and then things would really go wrong if you try to add them to the store. So I think we should consider throwing an error if initialState is not an object.
The text was updated successfully, but these errors were encountered: