Hello, I noticed a recent bug on an existing codebase that just appeared recently, we have a component that wraps the input called “TextInput” that exposes it’s value on a prop named “value”, using this in another component and exposing the same prop on it makes the value instantly change to the name of the prop making the input unusable.
