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
This is another case where we kind of need to be able to have separate dev mode and prod mode versions of a helper function. I've looked into that a little in #365 but perhaps that should be extracted into its own issue.
If someone does e.g.
component.observe('foo.bar', ...)
we should explain that you can only observe top-level properties whendev: true
.The text was updated successfully, but these errors were encountered: