Closed Nadir-Alishly closed 1 day ago
opts.columnOpts?.breakpoints
you must be using a very old versin of typescript if that is not supported.
v8 is ES2020 https://github.com/gridstack/gridstack.js/releases?q=v8.0.0&expanded=true so you might need to use newer settings or use the old es5 folder content for legacy.
Issue
When importing mentioned versions of gridstack.js on Vue 2 framework, and running
npm start
I get error below.Environment
os: Linux Endavour OS browser: Firefox/ Brave framework: Vue 2.6.14 npm version: 6.14.15 webpack version: 4.41.4
gridstack.js versions: from 8.0.0 to 11.0.1 (works for 7.3.0 and older)
Steps to reproduce
npm i --save gridstack@11.0.1
npm start
Expected behavior
You should get error mentioned above in your console
My Thoughts
This gridstack.js versions may be incompatible with webpack version.