Tom Usborne
Tom Usborne
It's not that difficult, we just need a destroy function so we don't re-initialize on resize: function getOffset( el ) { return ( jQuery( el ).length > 0 && jQuery(...
@tdrayson Thanks for this! We've made some changes in https://github.com/tomusborne/generatepress/pull/628 that address this. It's not perfect (using `role="button"` inside the ``), but I think it ticks most of the boxes....
I'm experiencing this as well. Something as simple as this causes this same error to occur: ``` async function testing() { return true; } function App() { useEffect( () =>...