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 combining @singleton with @data, @singleton should come before @data. Combining them the other way around will work in most cases but is not thoroughly tested and relies on assumptions that might not hold.
Expected behavior
There should be a single correct way of emulating this behaviour. We should raise an immediately actionable error when they are combined in a way that isn't guaranteed to function.
The text was updated successfully, but these errors were encountered:
rayanht
changed the title
Clarify the expected behaviour of combining @data and @singleton
Fix the behaviour of combining @data and @singleton
Feb 21, 2021
Describe the bug
Expected behavior
There should be a single correct way of emulating this behaviour. We should raise an immediately actionable error when they are combined in a way that isn't guaranteed to function.
The text was updated successfully, but these errors were encountered: