Unknown prop 'map' - warning
See original GitHub issuewarning.js:36 Warning: Unknown prop `map` on <span> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
in span (created by Gmaps)
in div (created by Gmaps)
...
I have this warning, did you @MicheleBertoli or anyone have already dealt with this?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Unknown Prop Warning - React
The unknown-prop warning will fire if you attempt to render a DOM element with a prop that is not recognized by React as...
Read more >Many routers with warning `<Component> was created with ...
The 'was created with unknown prop' is a runtime error, not a compile time error, and so is unaffected by the onwarn compiler...
Read more >Unknown Prop Warning when React.cloneElement used
The unknown-prop warning will fire if you attempt to render a DOM element with a prop that is not recognized by React as...
Read more >Unknown prop `store` on <provider> tag-Reactjs
How to show warning if unknown prop is passed in react component? ... How can I suppress "The tag <some-tag> is unrecognized in...
Read more >Useful Patterns by Use Case - React TypeScript Cheatsheets
Usecase: you want to make a <Button> that takes all the normal props of <button> and does ... Note the <T extends unknown>...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, thank you very much @peterpetre. I’m thinking about a full rewriting of the Components as well as an upgrade of React and a fix for #29 in the next few months.
Yea sure,
I have a sidebar, with a small map with directions, and i have a button on the map to make this map fullscreen with an animation.
Now i had some displaying issues on the map being width/height 100% and do it on a parent div, so i have added the button as a child of the map.
But its a bit confusing functionality, so i will try to figure out something else. At least we found from where the warning comes from! 😃