fkhadra / react-toastify

React notification made easy 🚀 !
https://fkhadra.github.io/react-toastify/introduction
MIT License
12.33k stars 676 forks source link

Export the decorate function #979

Closed morozovamv closed 5 months ago

morozovamv commented 1 year ago

Do you want to request a feature or report a bug? Request a feature.

What is the current behavior? When adding an initial data to the notification center all items have to be decorated, in the current implementation it can be done only manually.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your CodeSandbox (https://codesandbox.io/s/new) example below: CodeSandbox: react-toastify-decorate

What is the expected behavior? The decorate function is exported so it's possible to reuse it.

fkhadra commented 12 months ago

Hey @morozovamv, I'll export it in v10 :)