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
This issue is about how the {props} variable passed to <Map> is bad somehow. Error is in browser:
index.js:2177 Warning: Failed prop type: Invalid prop `relay` of type `object` supplied to `Map`, expected a single ReactElement.
in Map (created by Relay(Map))
in Relay(Map) (at App.jsx:49)
in ReactRelayQueryRenderer (at App.jsx:32)
in div (at App.jsx:60)
in App (at index.jsx:10)
The text was updated successfully, but these errors were encountered:
There are one, or possibly three, bugs regarding how the App is initialized and sets up the Map component.
The code:
App.jsx
This issue is about how the
{props}
variable passed to<Map>
is bad somehow. Error is in browser:The text was updated successfully, but these errors were encountered: