-
Hello, I have hit a wall trying to figure out why the Error
Codesandbox Reproduction
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This seems to be due to a modality check in HiddenSelect, I was able to reproduce consistently if I moved my mouse in the sandbox iframe while the example loaded. We could add a useIsSSR to that HiddenSelect code to have consistent tabindex for SSR |
Beta Was this translation helpful? Give feedback.
-
I created a new reproduction that includes the entire Tailwind CSS example and the
|
Beta Was this translation helpful? Give feedback.
This seems to be due to a modality check in HiddenSelect, I was able to reproduce consistently if I moved my mouse in the sandbox iframe while the example loaded. We could add a useIsSSR to that HiddenSelect code to have consistent tabindex for SSR