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 making apps, it could be helpful to view the source redux state in the frontend while manipulating input fields in your app (and observing the effects in the formData.formData state). Exposing the redux devtools in production builds shouldn't be problematic, and in fact, some big players seem to be doing it.
Description
When making apps, it could be helpful to view the source redux state in the frontend while manipulating input fields in your app (and observing the effects in the
formData.formData
state). Exposing the redux devtools in production builds shouldn't be problematic, and in fact, some big players seem to be doing it.Related issues
Tasks
The text was updated successfully, but these errors were encountered: