• 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

      • Probably related to upgrading to Next 14 with a bunch of react types: @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.
      
      • Maybe just giving up on Next 14 upgrade for now.