You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your t3app exemple your moduleResolution is set to Node which is deprecated I believe but it seems to work, not sure why it doesn't work with Node on our side
it only worked here (using nodejs 16 and v0.4) when I used "module": "Node16" in my tsconfig file. Not sure if you guys could change the package.jsonexports to support "module": "commonjs".
Following the example here: https://baselime.io/docs/sending-data/languages/next.js/
Leads to the following typescript error.
Fixed on our side by setting
moduleResolution: Bundler
in thetsconfig.json
The text was updated successfully, but these errors were encountered: