Replies: 2 comments 3 replies
-
What does |
Beta Was this translation helpful? Give feedback.
-
I didn't dig into the code, but as far as I can tell, parent resources publish state updates to their child resources which causes them to become un-hidden. I've found two strategies for this:
|
Beta Was this translation helpful? Give feedback.
-
I am working on a custom resource that hosts an emulator of a piece of infrastructure that other teams will be using (a custom OIDC server based on Identity Server).
I modeled the Client as a child resource (like a database for a container) so that I can pass it to the app and have a custom component configure the Authentication section. It works but I would love to hide the resource from the dashboard as its not really needed.
I tried with
WithInitialState
but the resource still shows on the dashboardBeta Was this translation helpful? Give feedback.
All reactions