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
but import grapesjs from 'grapesjs' does not import anything. I can work around this by using const grapesjs = require('grapesjs'), but that's not ideal in a es6 environment.
Maybe this issue belongs in the grapesjs repo.
The text was updated successfully, but these errors were encountered:
The readme says
but
import grapesjs from 'grapesjs'
does not import anything. I can work around this by usingconst grapesjs = require('grapesjs')
, but that's not ideal in a es6 environment.Maybe this issue belongs in the grapesjs repo.
The text was updated successfully, but these errors were encountered: