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
It appears with version 1.1.5 Issue 45 has resurfaced in the context of a Row Component.
This regression results in the console being flooded with Warnings for Unknown props 'lg', 'md', 'xs' etc. when added to Row; though, I am unsure if such props are valid on a Row Component. That being said, these props (as well as other unknown props) should be properly filtered as as not be passed down to the underlying DOM element.
warning.js:33 Warning: Unknown prop xs on <div> tag. Remove this prop from the element.
For details, see https://fb.me/react-unknown-prop
in div (created by Row)
in Row (created by CoreLayout)
in div (created by Grid)
in Grid (created by CoreLayout)
...
The text was updated successfully, but these errors were encountered:
The layout worked fine prior to upgrading and did not result in any warnings, likewise, the layout behaves as expected after upgrading; however, the console warnings remain. It appears this is the result of the props being passed down to the underlying div elements.
It appears with version 1.1.5 Issue 45 has resurfaced in the context of a Row Component.
This regression results in the console being flooded with Warnings for Unknown props 'lg', 'md', 'xs' etc. when added to Row; though, I am unsure if such props are valid on a Row Component. That being said, these props (as well as other unknown props) should be properly filtered as as not be passed down to the underlying DOM element.
...
The text was updated successfully, but these errors were encountered: