mdbootstrap/Bootstarters

No custom javascript

Igirid opened this issue · 7 comments

It seems like custom Javascript (for components that require js) is missing from the official guide.

it breaks next-js because of a 'document' reference.

ended up using the cdn option in nextjs's _document.js:

image

@smolenski-mikolaj i don't want to use the cdn, so help is still needed even with how you've updated the quick start. i'm using nextjs

Just want to put in that I'm also running into the document issue with nextjs; @jajourda appreciate the workaround with the CDN for now.