Default with-supabase template doesn't work
Node version: 20.15.0
Error: Uncaught TypeError: Cannot destructure property 'PostgrestClient' of '(0 , _indexJsDefault.default)' as it is undefined.
2 Replies
Problem is parcel injecting the .default in a non esm module
I can confirm by adding a console log on the build that _indexJsDefault has the expected properties, but _indexJsDefault.default don't
I am also facing this issue.