pixiebrix-extension
pixiebrix-extension copied to clipboard
#9355: [WIP] fix dirty flag on Formik reinitialization regression
What does this PR do?
- Fixes #9355
- Regression from https://github.com/pixiebrix/pixiebrix-extension/pull/9351
Discussion
- Our
redux-loggermiddleware has an option for seeing the diff on each action: https://www.npmjs.com/package/redux-logger#options
Remaining Work
- [ ] Fix playwright test: for discussion - when a brick configuration
useEffectupdates the Formik values automatically on mount, do we want that to show as unsaved changes?- Long-term the autom-running normalizations should to be moved into the form state adapter
- [x] Add playwright test
For more information on our expectations for the PR process, see the code review principles doc