Closed nateplusplus closed 1 year ago
On example pages, right now querySelector is used to get the pushin container, but we can use React's useRef hook instead (which is actually described in the pushin.js readme).
useRef
This is fixed
On example pages, right now querySelector is used to get the pushin container, but we can use React's
useRef
hook instead (which is actually described in the pushin.js readme).