Isaac Zarsky
Isaac Zarsky
### The problem Running over X11 from dockerized ubuntu, installed via `.deb`. Upgrading past version 3.4.0-RC1 makes the UI unusably sluggish. Maybe there's a flag or something in the newer...
### Describe the bug Since SWC 1.11.9, the following fails: `node_modules/@reactflow/core/dist/esm/index.js` (v11.6.0) looks like this: ```js ... const errorMessages = { '001': () => '[React Flow]: Seems like you have...
Our .prettierignore previously looked like this: ``` * !*.less !*.js !*.jsx !*.ts !*.tsx !*.json5 ``` With `--experimental-cli`, even prefixing each of those with `**/`, unwanted files (e.g. markdown) are still...