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
@tomprogers no, at this time it does not support the decorator syntax for connecting realm data. I would be open to implementing it in the future or merge a PR with that functionality. From what I know about decorators it would cause a breaking change in how you connect the components up, which I'm not opposed to, but is just something that we would need to be aware of and communicate properly.
I use the decorator pattern for all top-level route components, e.g.:
Can
connectRealm
be used in a similar way? Or is there a different export for that use-case?The text was updated successfully, but these errors were encountered: