refactor: using ReactNode
instead of ReactNodeLike
#16418
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main issue #16054
Closes #16410 -
NumberInput
Closes #16411 -
RadioButton
Closes #16412 -
RadioButtonGroup
Closes #16414 -
Select
Closes #16416 -
Slider
Changed the usage of
ReactNodeLike
fromProp-Types
library toReactNode
fromReact
in typescriptinterface
sChangelog
Changed
ReactNodeLike
toReactNode
Testing / Reviewing
No new testing observations, please check that the functionality is intact or not.