Hello I’m having quite a bit of a problem with prerendering a static page. I keep getting this error starting when I upgrade to v6.
<Route prerender path="/aurora" page={AuroraPage} name="aurora" />
this is how I’m calling the prerender the page is not dynamic just a plain static jsx
any ideas why I keep getting the error?