Closed
Description
Yesterday, I upgraded to 1.1.4 because I was getting an error, namely, window is not defined
. Since then, that was fixed, but now a lot of props is being passed down to children components (at least I suppose). These errors do not break the application, but my console is pretty red.
I will list them here just in case you are interested in fix this:
- Received
false
for a non-boolean attribute$hover
.; - React does not recognize the
$getDimensions
prop on a DOM element. [...]; - React does not recognize the
$dimensionKey
prop on a DOM element. [...]; - React does not recognize the
$geoService
prop on a DOM element. [...]; - React does not recognize the
$onMouseAllow
prop on a DOM element. [...]; - Received
true
for a non-boolean attribute$prerender
.; - Invalid attribute name:
$hover
; - Invalid attribute name:
$getDimensions
; - Invalid attribute name:
$dimensionKey
; - Invalid attribute name:
$geoService
; - Invalid attribute name:
$onMouseAllow
; - Invalid attribute name:
$prerender
.
Metadata
Metadata
Assignees
Labels
No labels