codedgar / Puppertino

A CSS framework based on Human Guidelines from apple
https://codedgar.github.io/Puppertino/
MIT License
1.05k stars 39 forks source link

Modals – Uncaught TypeError: Cannot read properties of null (reading 'addEventListener') #39

Closed jasonshanks closed 2 years ago

jasonshanks commented 2 years ago

I'm trying to implement your modals.js/modals.css only and running in to this error:

Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
    at modals.js?ver=1.0:35:5
    at modals.js?ver=1.0:53:3

Any ideas where this can be solved? It's breaking the functionality for me.

jasonshanks commented 2 years ago

never mind! It was simply the order of script loading, moved it to footer and all solved :-D

Love your work!