Closed asacarter closed 4 years ago
I have a template that is added to the dom in a modal window.
I get an error if I try to paginate on a container element that was added to the DOM.
Uncaught TypeError: Cannot read property 'hooks' of undefined
Demo:
https://codepen.io/asa-carter/pen/LYEXpap
It does work. they were initialised in the wrong order
I have a template that is added to the dom in a modal window.
I get an error if I try to paginate on a container element that was added to the DOM.
Uncaught TypeError: Cannot read property 'hooks' of undefined
Demo:
https://codepen.io/asa-carter/pen/LYEXpap