Bret Cameron
Bret Cameron
Interesting. Are you using react-dnd as a dependency? Or perhaps you're using another plugin that uses it? I'll look into the thread you linked to see if I can work...
I'm struggling to recreate this issue. I've tried using two plugins which both have `react-dnd` and `react-dnd-html5-backend`, and even silly patterns like this: ```js {/* */} ``` So far, everything...
Hi guys, in version 0.0.24 we have moved away from relying on the `react-select` package (which has the error-causing `floating-ui` as its dependency). You should no longer experience parsing errors...
Hi Fabien, are you talking specifically about nested documents? For example, cast members nested within a movie object: You can already order these within the Desk view, so I suspect...
I can second that the codemod doesn't work with TypeScript, but removing `flow` fixes this. It would be good to make this plugin optional.