Conversation
…callContextManager[CardItem] objects
f4295a3 to
ff2c0b4
Compare
|
This code reaches into context-manager children in a way that's very specific to this one use case and also feels a bit brittle. I think this actually points to a more general issue that we're going to have to deal with. Currently, in Shiny Core we have two stages of dealing with the tree of components:
With Shiny Express, there's another type of object that can be in the tree: Maybe the steps should be something like this:
|
|
Closing because this was superseded by #992. |
Closes #948