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
when I update @itwin/itwinui-react (1.42.0--->2.12.22), my table component crashed when reload.
No response
The text was updated successfully, but these errors were encountered:
It's impossible for us to help you with just a screenshot of the error. Can you provide more details?
My only guess is that your Table columns contain loose JSX nodes, in which case you can try to use a function instead.
- Header: <MyComponent /> + Header: () => <MyComponent />
Sorry, something went wrong.
No branches or pull requests
Describe the bug (current behavior)
when I update @itwin/itwinui-react (1.42.0--->2.12.22), my table component crashed when reload.
Expected Behavior
No response
Link to minimal repro
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: