Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR TypeError: Cannot read properties of undefined (reading 'toastId') #928

Closed
GregoireLgt opened this issue Apr 8, 2022 · 3 comments · May be fixed by TheAutisticTechie/web#67, TheAutisticTechie/desktop#34 or TheAutisticTechie/desktop#37
Labels

Comments

@GregoireLgt
Copy link

GregoireLgt commented Apr 8, 2022

Using the last version of the package (14.2.3), i am having this error :

image

Works fine in 14.2.2

@elementalTIMING
Copy link

I can confirm this problem

@optimistex
Copy link

optimistex commented Apr 12, 2022

I confirm the same error!

On PROD:
image

On DEV:
image

package.json:

"ngx-toastr": "^14.1.0",

package-lock.json:

    "ngx-toastr": {
      "version": "14.2.3",
      "resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-14.2.3.tgz",
      "integrity": "sha512-vFQqDikI6elnNq2b0LJzMUFlKcHTQsgjk8ImibHbr2jvSHdSS7oCWaDoxwFcqDCqyFIt3+qYKy8K3aY47kaZRA==",
      "requires": {
        "tslib": "^2.3.0"
      }
    },

The error occures due to empty aray:
image


Thanks to @GregoireLgt
Reverted to v14.2.2
Works fine now.

@scttcper
Copy link
Owner

🎉 This issue has been resolved in version 14.2.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment