Replies: 2 comments 4 replies
-
Sorry, after posting my comment I've got an idea how to fix this "initial" state. But than I've discovered that I have defined Please feel free to close the ticket. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Nothing further to be done |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Search component and an Edit component. For the search component I have a SignalStore. This should be initiated any time as I switch to the Search component. Therefore I don't inject the SearchStore on root level, I inject it on component level, i.e.
In
SearchStore
I have defined something likeThe problem/issue/remark:
Any time I switch to
SearchComponent
I get a warning:hasAccessToAdvancedSearch
in a better way? The intention was/is that the field is computed just once and the result will be kept.Beta Was this translation helpful? Give feedback.
All reactions