Function: AmnesiaProvider()
AmnesiaProvider(
props):Element
Defined in: provider.tsx:95
Provides an Amnesia history orchestration api to descendants.
The api is created once on mount. Provider-level options are read at
scope-creation time (lazy); changing the prop after a scope has been
created has no effect. Remount the provider with a key to reset.
Parameters
| Parameter | Type |
|---|---|
props | AmnesiaProviderProps |
Returns
Element