onlook-dev / onlook

The open source, local-first Figma for React. Design directly in your live React app and publish your changes to code.
https://onlook.dev
Apache License 2.0
3.13k stars 198 forks source link

Ignore fragment in Next plugin #294

Closed Kitenite closed 2 months ago

Kitenite commented 2 months ago

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 looking

https://github.com/onlook-dev/onlook/issues/262

      <React.Fragment>
        <Sidebar />
      </React.Fragment>
Screenshot 2024-09-04 at 9 29 37 AM

What is the purpose of this pull request?