twenty
twenty copied to clipboard
Migrate dropdown to scope map
This is to refactor the recoil states to use our new way. I implemented it for the component Dropdown:
- migrated scopedStates to stateScopeMaps
- updated the hook to load this states
- did not update the interface
Tested through storybook and locally.