Open jimmykane opened 1 year ago
big yikes
potential workaround:
// in your own file (let's say "src/components/control.tsx"), do:
// eslint-disable-next-line
export * from "tsx-control-statements"
// then, in your files:
import { If } from "src/components/control"
On a second thought, this might crash spectacularly. Don't have the bandwidth to address this rn, but I'll think on it
As the title describes.
But it should be at dev.
Any solution or pointers?