apparently next dev --turbo
doesn’t work with supabase-js
: https://github.com/vercel/turbo/issues/2349
Also building is ridiculously slow, the “Linting and checking validity of types” step takes like 7-8m. Not sure why
Seems to be tsc
being slow. But why?
Tried moving @types/foo
into devdependencies but this might not actually do anything
Also, now getting a bunch of build errors
@types/react
might have broke this:Type error: 'RxSlider.Root' cannot be used as a JSX component.
Its return type 'ReactElement<any, string | JSXElementConstructor<any>> | null' is not a valid JSX element.