TypeError: Cannot read property 'MapUI' of undefined #1787
Answered
by
SavvyShah
dartmoordunbar
asked this question in
Q&A
-
I am trying to get Reactive maps working with NextJS. I have tried with dynamic loading and not and get the same error. I cannot work out what I am doing wrong. Have you had this issue?
Error is
|
Beta Was this translation helpful? Give feedback.
Answered by
SavvyShah
Jun 23, 2022
Replies: 1 comment
-
Since I can't see the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
siddharthlatest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since I can't see the
../../components/searchbase
file, I'm guessing you're usingSearchBase
component. You should useReactiveBase
component instead.You can have a look at a working example using codesandbox.