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
Trying to add react-here-maps library to a react app version 16.4.2, but getting the :
TypeError: Cannot read property 'object' of undefined
55 | }
56 | // define the context types that are passed down from a instance
57 | Circle.contextTypes = {
I do believe that this is due to the 'prop-types' being moved to it's own library.
What are the chance of recompiling it with a more recent version of react ?
I try building the library myself, but the build failed with an error stating that it was looking for a apple enviroment.
Do you know of another more modern library ???
Regards
RS
The text was updated successfully, but these errors were encountered:
Trying to add react-here-maps library to a react app version 16.4.2, but getting the :
TypeError: Cannot read property 'object' of undefined
55 | }
56 | // define the context types that are passed down from a instance
57 | Circle.contextTypes = {
I do believe that this is due to the 'prop-types' being moved to it's own library.
What are the chance of recompiling it with a more recent version of react ?
I try building the library myself, but the build failed with an error stating that it was looking for a apple enviroment.
Do you know of another more modern library ???
Regards
RS
The text was updated successfully, but these errors were encountered: