fix: remove the v4-migration legacy key from local storage#8353
fix: remove the v4-migration legacy key from local storage#8353prateek-bruno wants to merge 1 commit into
Conversation
WalkthroughA new React hook ChangesLegacy localStorage Cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Jira
v4-migration local storage key was introduced as a temporary migration notice for v3.5.x builds, warning them about affected APIs in their scripts.
In v4 that key becomes redundant, so this PR removes it.
Summary by CodeRabbit