You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract Away Faux Modules from MapBlock Component and make renderable for NextJs Instance Prototype (#1046)
**Related Ticket:** #1002
**These changes are RELATED TO THIS PR:**
NASA-IMPACT/next-veda-ui#1
### Description of Changes
This makes the MapBlock component renderable by the NextJs instance by
abstracting away the veda faux modules dependencies. This also exports
the themeProvider and reactQueryProvider to be used by the nextJs
instance.
I've tried to keep these changes quite isolated to the problem we are
trying to solve so its not too big of a PR.
### Notes & Questions About Changes
* Should NOT BE BREAKING CHANGES. Should be able to merge without care
of order of NextJs PR
* See my comments in the code
### Validation / Testing
* Regular build should work
* Library build should work
* The stories and mapblocks in the stories should render as usual in the
deploy preview
0 commit comments