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
💬 Question related to Version 2.4.0 of Kitten Tricks
After starting expo web version: There are the following console logs:
index.js:1 Warning: Invalid value for prop dispatch on <div> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://fb.me/react-attribute-behavior
index.js:1 Warning: React does not recognize the marginHorizontalprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercasemarginhorizontal instead. If you accidentally passed it from a parent component, remove it from the DOM element.
I love your work!
💬 Question related to Version 2.4.0 of Kitten Tricks
After starting expo web version: There are the following console logs:
index.js:1 Warning: Invalid value for prop
dispatchon <div> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://fb.me/react-attribute-behavior
index.js:1 Warning: React does not recognize the
marginHorizontalprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase
marginhorizontalinstead. If you accidentally passed it from a parent component, remove it from the DOM element.
Warning: Failed prop type: Invalid props.style key
labelFontFamilysupplied to
View.
Warning: Invalid value for prop
iconon <input> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM.
Warning: Unknown event handler property **onIconPress**.
And some more
Question: Are those issues related to ui-kitten or are coming from underlying components? Any idea how to remove them?
The text was updated successfully, but these errors were encountered: