Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize preservedControlledValueRef with value (#7099)
We got an error from users about'shown' in useFloatingWithInteractions hook TypeError: Uncaught TypeError: Cannot read properties of undefined (reading 'shown') I wasn't able to catch this locally, or in test env, but to make sure preservedControlledValueRef can't be undefined if value is defind we give it a value.
- Loading branch information