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
I am currently using libsql on my Expo/React Native project. It works fine with native code, however, I aim to use libsql Wasm for the web version. I am encountering the error: Uncaught SyntaxError: Cannot use 'import.meta' outside a module.
The error points to:
var sqlite3InitModule = (() => {
var _scriptDir = import.meta.url;
Hello,
I am currently using libsql on my Expo/React Native project. It works fine with native code, however, I aim to use libsql Wasm for the web version. I am encountering the error:
Uncaught SyntaxError: Cannot use 'import.meta' outside a module
.The error points to:
Here is an example for reference:
I suspect the issue could be related to metro bundling, any idea ?
Thank you
The text was updated successfully, but these errors were encountered: