Shridhar Gupta

Results 22 comments of Shridhar Gupta

Same issue here. As a quick workaround I downgraded to v5.2.11 of `react-map-gl`: `yarn upgrade [email protected]` and it works.

Here is an example with `react-router`: https://v5.reactrouter.com/web/example/modal-gallery An important thing to consider is that the Modals should not simply wrap the Page elements. Rather, they can render anything for the...

If we consider a very simple example of a website with a gallery of images, and if you click one a modal which can navigate between images: We'd want 2...

React-Navigation is also worth looking into: https://reactnavigation.org/docs/nesting-navigators

> @sgup Thanks for the sketches and code samples. That makes this easier to talk about 🙂 of course! I need my visual aids haha. > We've worked really hard...

I ended up on this thread because I intuitively assumed that `rush remove` would exist.

Ok I think i have the basics working.. hopefully this helps someone: `loadSchema` with my typeDefs and resolvers wasn't working (it didn't merge my schema/resolvers with the Auth ones. ```js...

Any updates on this? Here are the docs on NextJS for this: https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes#modals ![image](https://github.com/redwoodjs/redwood/assets/404386/b5488ab1-2659-412a-8299-6849198a137a)

Would really appreciate an easy prop to achieve this

Would there be a way to do the initial fetch using RSC (which seems to respect nextjs caching), passing the data to the client component, and then "patching-in" that cache...