If I am mounting a react component from turbo, is it possible to customize the “root” wrapper?
for example, I’m using chakra ui component library. To use chakra with turbo mount, I would need to wrap every component in the ChakraProvider. It would be nice to not need to do that.
If I am mounting a react component from turbo, is it possible to customize the “root” wrapper?
for example, I’m using chakra ui component library. To use chakra with turbo mount, I would need to wrap every component in the ChakraProvider. It would be nice to not need to do that.