You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using melody-streams we sometimes get a very useful warning that says "Your component did not emit updates for 500ms".
Unfortunately when developing in the scope of a large application, it can be hard from time to time to understand where this warning is coming from.
Having the name of that component in the message would make this easier :)
Not sure about the internals but something like Function.name could come at hand.
Thanks!
The text was updated successfully, but these errors were encountered:
When using
melody-streams
we sometimes get a very useful warning that says "Your component did not emit updates for 500ms".Unfortunately when developing in the scope of a large application, it can be hard from time to time to understand where this warning is coming from.
Having the name of that component in the message would make this easier :)
Not sure about the internals but something like
Function.name
could come at hand.Thanks!
The text was updated successfully, but these errors were encountered: