InjectorProvider
InjectorProvider(
props
):ReactNode
Provide a MoleculeInjector in context for children components
This is useful for replacing bindings for testing and libraries.
Note: Every injector is a universe in and of themselves. Nothing is shared between two injectors, so if you replace an injector, you will be replacing all instances of all molecules, so likely replacing the entire state of the running application.
Parameters
Parameter | Type |
---|---|
props | ProviderProps < () => MoleculeInjector > |
Returns
ReactNode
Source
node_modules/@types/react/index.d.ts:395