issues
search
studiobakers
/
react-ui-toolkit
Bakers Studio's React-based UI Toolkit
MIT License
15
stars
2
forks
source link
feat(toast): Add `Toast` component
#66
Closed
yasincaliskan
closed
3 years ago
yasincaliskan
commented
3 years ago
Description
React versions have upgraded to
17.0.2
for hooks to work properly.
ToastDecorator has added with
addDecorator
. Thus, ToastProvider can wrap global Story.
Toast sample has created out of the
storiesOf
function for can use
useToaster
hook.
Notes
We can upgrade Storybook version to the latest version (6.7.2) after these PR's merged. Because there are some breaking changes on the config files.
Fixes:
https://github.com/Hipo/react-ui-toolkit/issues/61
Description
17.0.2
for hooks to work properly.addDecorator
. Thus, ToastProvider can wrap global Story.storiesOf
function for can useuseToaster
hook.Notes
Fixes: