Open t0byman opened 3 years ago
I don't want to use the CDN so I tried import Nestable from 'nestablejs'; and import { Nestable } from 'nestablejs';
import Nestable from 'nestablejs';
import { Nestable } from 'nestablejs';
I think both of these don't work because you don't have an export in nestable.js. Can you fix this?
I'll get this sorted as soon as I can 👍
Do you have an ETA for the fix?
Sorry, been down with COVID. I'll try and get this sorted ASAP.
Thanks, would be great!
Any update on this?
I don't want to use the CDN so I tried
import Nestable from 'nestablejs';
andimport { Nestable } from 'nestablejs';
I think both of these don't work because you don't have an export in nestable.js. Can you fix this?