Closed WesSouza closed 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
react95 | ✅ Ready (Inspect) | Visit Preview | Aug 13, 2022 at 11:44PM (UTC) |
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit 4bceb5a632488ede9c09190fe6a17260ebd352ae:
Sandbox | Source |
---|---|
React95 template | Configuration |
:tada: This PR is included in version 4.0.0-beta.13 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 4.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Work in progress for Select component refactor:
<Select native>
to<SelectNative>
Select
intouseSelectState
hook (only used by Select)useSelectCommon
(used by both selects)onChange
callback to pass selected option as the first argument{ fromEvent: Event | React.SyntheticEvent }
as the last argument (onOpen
,onClose
,onChange
)StyledInner
component instead ofinput
(replacesSelectDisplayProps
prop)inputProps
to allow spreading of props on theinput
elementlabelId
in favor ofaria-labelledby
I've also changed the Select story to list all Pokémon, so typing can be tested.
Storybook