Skip to content

Passing props down on 1.1.4 version #740

Closed
@matheus-rosin

Description

@matheus-rosin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions