Cross-page Modal?
Hi!
I'd like to introduce a timeout modal for when the authentication token is about to expire. I'd like to avoid placing a modal on every single page. I attempted placing it in the renderComponent constant in _app.tsx, which didn't seem to work.
How could I get the same modal to appear cross-pages?
I'd like to introduce a timeout modal for when the authentication token is about to expire. I'd like to avoid placing a modal on every single page. I attempted placing it in the renderComponent constant in _app.tsx, which didn't seem to work.
How could I get the same modal to appear cross-pages?
