appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Showing toaster messages coming from a RDF-form component #450

Closed JonasVanHoof closed 1 month ago

JonasVanHoof commented 9 months ago

Describe the bug When rendering a RDF-form and displaying certain components in it that are showing toaster messages is not working. The toaster message will show up on the screen but it will never dissapear even if you have set a timeout. Also an error is thrown in the console.

To Reproduce Steps to reproduce the behavior:

  1. Add the toaster service to your component you want to show a message
  2. Create the message
  3. Check out the message when it is thrown

Expected behavior Should show a toaster message that disappears when the time has passed without throwing an error

Screenshots image

JonasVanHoof commented 9 months ago

@Windvis here is the requested bug issue that I encoutered and questioned in RC

Windvis commented 1 month ago

Closing this since I don't think it's an Appuniversum issue when I look at the error message. I've seen similar issues in the forms due to the way things are rendered there. We can reopen if we run into it again and it does point at Appuniversum.