Asjad Anis
Asjad Anis
In `Scene.js` where I am creating a ref to the div. ```html {this.container = container}} style={{width: width, height: height, position: 'absolute', overflow: 'hidden'}} > ``` Could you please share some...
You can use the next js [rewrites](https://nextjs.org/docs/pages/api-reference/next-config-js/rewrites) in your `next.config.json` for this. ```javascript // next.config.json // Existing routes configured with next-routes const routes = require("./your-next-routes") // Map the routes to...
Any fix for this with Next 14?