Closed saskliutas closed 9 months ago
@saskliutas All the below packages doesnt have react 18 as their peer dependency.
All of them belongs to this repo. Will you be able to fix all of them with this issue or do you need a separate issue for fixing each package?
@saskliutas All the below packages doesnt have react 18 as their peer dependency.
- @itwin/breakdown-trees-react
- @itwin/measure-tools-react
- @itwin/property-grid-react
- @itwin/tree-widget-react
All of them belongs to this repo. Will you be able to fix all of them with this issue or do you need a separate issue for fixing each package?
@muthubentley I believe it's best if we have an issue per package. I filed one for the property grid.
Note: We don't own all the mentioned packages, so we're only going to look into tree-widget-react
and property-grid-react
. Other teams will need to look into others (adding @aruniverse).
Thanks @grigasp Created new issues for @itwin/breakdown-trees-react and @itwin/measure-tools-react https://github.com/iTwin/viewer-components-react/issues/677 https://github.com/iTwin/viewer-components-react/issues/678
Tree widget does not work with react 18 in
StrictMode
due to double rendering.