Commit 25081e3 1 parent 31224fc commit 25081e3 Copy full SHA for 25081e3
File tree 2 files changed +5
-5
lines changed
packages/fluxible-addons-react/docs/api
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ should be used to wrap your top level component. It provides access to
10
10
the methods on the [component
11
11
context](../../../../packages/fluxible/docs/api/Components.md#component-context).
12
12
13
- You can get access to these methods by using [`useFluxible`](' ./useFluxible.md' ) hook or
14
- [`withFluxible`](' ./withFluxible.md' ) higher-order component.
13
+ You can get access to these methods by using [`useFluxible`](./useFluxible.md) hook or
14
+ [`withFluxible`](./withFluxible.md) higher-order component.
15
15
16
16
## Usage
17
17
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ export default provideContext(Application);
29
29
Now when you render the Application component, you can pass in the
30
30
component context via the ` context ` prop and be assured that all
31
31
children will have access to through
32
- [ ` useFluxible ` ] ( ' ./useFluxible.md' ) ,
33
- [ ` withFluxible ` ] ( ' ./withFluxible.md' ) or
34
- [ ` connectToStores ` ] ( ' ./connectToStores.md' ) .
32
+ [ ` useFluxible ` ] ( ./useFluxible.md ) ,
33
+ [ ` withFluxible ` ] ( ./withFluxible.md ) or
34
+ [ ` connectToStores ` ] ( ./connectToStores.md ) .
35
35
36
36
``` js
37
37
ReactDOM .renderToString (< Application context= {context} / > );
You can’t perform that action at this time.
0 commit comments