Skip to content
#

toastr

Here are 109 public repositories matching this topic...

dorje42
dorje42 commented Nov 13, 2019

I use Angular 9.0.0-rc.1 and get this warnings, if I install ngx-toastr:

`npm WARN ngx-toastr@11.2.1 requires a peer of @angular/core@>=8.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-toastr@11.2.1 requires a peer of @angular/common@>=8.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-toastr@11.2.1 requires a peer

eduardoltorres
eduardoltorres commented Dec 28, 2018

I think the installation instructions could be a bit more detailed or at least reference to external resources. For those of us starting out it isn't so clear how to set it up. I've been trying to install it for an hour now with no success. Perhaps a response to this post might suffice as well.

Thanks in advance.

pocke
pocke commented Mar 3, 2020

Problem

React.createFactory has been deprecated since React v16.13.0.
https://github.com/facebook/react/releases/tag/v16.13.0
https://reactjs.org/docs/react-api.html#createfactory

But react-toastr uses createFactory function, so it causes a warning.

Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.cr
joelhickok
joelhickok commented Jan 10, 2020

Any plans to add positioning functionality to the component?

I know this involves a bit of work to setup containers for each corner of the window, but it would be nice to be able to use the notify function to add a position property.

Hopefully I can fork this when I wrap up a big project in the Spring, and maybe submit a pull request if "beyonk" hasn't had a chance to work on this.

Improve this page

Add a description, image, and links to the toastr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the toastr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.