Hi,
i have a problem. I'm developing an app in ReactJS.
I wanted to import the latest version of the Xano JS SDK library.
After having typed the famous npm install @xano/js-sdk
and installation was good, when importing it into one of my file, i got this error:
Compiled with problems:ERROR in ./src/pages/AuthPage.js 8:17-27export 'XanoClient' (imported as 'XanoClient') was not found in '@xano/js-sdk' (possible exports: esModule)ERROR in ./src/pages/AuthPage.js 10:15-33export 'XanoSessionStorage' (imported as 'XanoSessionStorage') was not found in '@xano/js-sdk' (possible exports: esModule)
Any idea?