in my use case, I have maps generated using the react-simple-maps
component, I need to generate the pdf of this map, I'm trying to do this using the @react-pdf/renderer
component, but it's not working!
See the example on CodeSandbox!

Can anyone who works generating maps with react-simple-maps and manages to generate the pdf using @react-pdf/renderer or any other component, can you point me to a solution to solve this problem?
I thank you for your help!