Closed meAnurag closed 4 months ago
In readme.md
Under "Button" section
// Enable close buttons Toaster( state = toaster, closeButton = true, )
this should be
// Enable close buttons Toaster( state = toaster, showCloseButton = true, )
as closeButton does not accept a boolean while showCloseButton does.
closeButton
showCloseButton
Fixed, thanks for reminding this!
In readme.md
Under "Button" section
this should be
as
closeButton
does not accept a boolean whileshowCloseButton
does.