wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.4k stars 701 forks source link

The new TextField implementation does not support the 'expandable' prop #2588

Open cwtaras opened 1 year ago

cwtaras commented 1 year ago

Description

I use TextField component in my app, and every time it renders, console log warns "The new TextField implementation does not support the 'expandable' prop". I checked every TextField component and there is not a single expandable prop in my components, also no migrate prop. What could be the reason?

Related to

Expected behavior

There should be no warnings.

Actual behavior

More Info

Code snippet

Screenshots/Video

Environment

Affected platforms

wdospinal commented 1 year ago

It's preferable to have one specific warning instead of numerous varied ones.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.