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
Hi there, when using this with Nuxt 3 (SSR) it works fine in client but when deployed I get the following error:
import ChordSheetJS, { templateHelpers } from 'chordsheetjs';
^^^^^^^^^^^^^^^
SyntaxError: Named export 'templateHelpers' not found. The requested module 'chordsheetjs' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'chordsheetjs';
const { templateHelpers } = pkg;
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi there, when using this with Nuxt 3 (SSR) it works fine in client but when deployed I get the following error:
Any suggestions?
The text was updated successfully, but these errors were encountered: