on Next Props
open override fun onNextProps(newProps: NoInputFieldComponent.Props<T>, previousProps: NoInputFieldComponent.Props<T>)
Content copied to clipboard
Called when the component is about to receive new props.
This function is only called when shouldRedraw(nextProps) returns true.
Parameters
new Props
The new props the component just received
previous Props
The previous props the component had