We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found SequencePrefixIdProvider provided at here, and used around DatePicker component like this.
SequencePrefixIdProvider
# at pages/index.js import { DatePicker, SequencePrefixIdProvider } from 'smarthr-ui'; export default function Home() { return ( <SequencePrefixIdProvider> <DatePicker /> </SequencePrefixIdProvider> ) }
but it raises hydration error like this.
I use those libraries.
"next": "12.1.6", "react": "18.1.0", "react-dom": "18.1.0", "smarthr-ui": "21.1.0",
useId
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found
SequencePrefixIdProvider
provided at here, and used around DatePicker component like this.but it raises hydration error like this.
Versions
I use those libraries.
How To Reproduce
Related Information
useId
hook.The text was updated successfully, but these errors were encountered: