Migrate Maps to RTK #1145
Labels
p-high-priority
This issue should be the focus of design and developement effort.
t-enhancement
This issues tracks a potential improvement to the software
Milestone
Issue Description:
A subset of #1146
While PR #1113 made progress in migrating to Redux Toolkit (RTK), the Maps component still requires updates. Immutable checks in development mode are passing successfully everywhere except within the maps. Additionally, the dev mode serializable check is being violated due to the storage of an HTMLImageElement in the state. This issue needs prompt resolution.
Steps to Reproduce:
store.ts
by removingimmutableCheck: false
.store.ts
by removingserializableCheck: false
.Expected Behavior:
The application should encounter no such issues, and it should be safe to enable all dev mode checks while utilizing newer RTK patterns. It is believed that migrating this section of the codebase to RTK will resolve these issues. May also impact #1140
The text was updated successfully, but these errors were encountered: