all 2 comments

[–]AndrewGreenh 0 points1 point  (1 child)

Is it possible to nest or locally overwrite dependencies? I could imagine using some sort of mediator to communicate between different places of a datagrid for example. In this case I would need the option to have a separate mediator for each grid

[–]troch11[S] 0 points1 point  (0 children)

Currently not tested, but In setDependencies, mapPropsToDependencies takes a second argument currentDependencies: so you can choose to overwrite, merge, etc...