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
Redux@4 breaking change: Forbid subscribe() and getState() while reducer is running. Ref here
PR #6330 is related, and #6331 are reverted the dependency change back to redux@3.
Swagger Editor unit tests fail with following error message:
Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.
Swagger UI tests do not currently capture breaking changes from redux@4.
This change will require refactor changes to multiple reducer files.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Content & configuration
all config, plugin, etc.
Is your feature request related to a problem?
Redux@4 breaking change: Forbid subscribe() and getState() while reducer is running. Ref here
PR #6330 is related, and #6331 are reverted the dependency change back to
redux@3
.Swagger Editor unit tests fail with following error message:
Swagger UI tests do not currently capture breaking changes from
redux@4
.This change will require refactor changes to multiple reducer files.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: