Closed Kitenite closed 2 months ago
We get a warning when data-onlook-id writes to a React.Fragment. Since the Fragment gets stripped anyway, it's not breaking but the red is scary looking
data-onlook-id
https://github.com/onlook-dev/onlook/issues/262
<React.Fragment> <Sidebar /> </React.Fragment>
Description
We get a warning when
data-onlook-id
writes to a React.Fragment. Since the Fragment gets stripped anyway, it's not breaking but the red is scary lookinghttps://github.com/onlook-dev/onlook/issues/262
What is the purpose of this pull request?