Is it possible to wrap page elements in the document root?
Context is that i'm trying to use MUI tabs to add additional content with the page document as the first tab thats selected. I'm assuming if it's possible it would be necessary to create it using a custom root container. I'm just not sure how to go about including the initial page in the root render if thats even possible.
Solution:Jump to solution
Figured out a workaround to this by using a useEffect and performing document operations based on the dependency value
1 Reply
Solution
Figured out a workaround to this by using a useEffect and performing document operations based on the dependency value