Skip to content

Commit e17b133

Browse files
authored
Update README.md
1 parent ffc8808 commit e17b133

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
## Set Display names
2626

27-
### Display name for Context API
27+
#### Display name for Context API
2828

2929
- set `dispayName` props in `Provider`
3030

@@ -42,10 +42,22 @@ or
4242
MyContext.displayName = "Context Display Name";
4343
```
4444

45-
### Display name for useReducer
45+
#### Display name for useReducer
4646

4747
- reducer function name is use as displayName in debug
4848

49+
## Settings
50+
51+
- <b>Chrome</b> : right click on react-context-devtool icon and click on "Options"
52+
- <b>Firefox</b> : right click on react-context-devtool icon and click on "Manage Extenstion" and select "Preferences" tab
53+
54+
| Name | Type | Default | Description |
55+
| ------ | ------ | ------ | ------ |
56+
| Start Debugging | On Extensions Load | `true` | Start data capturing after extenstion is opened in dev panel (recommended) |
57+
| | On Page Load | `false` | Start data capturing after page load |
58+
| Enable Debug | useReducer | `true` | enable/disable useReducer debug. Available only in development mode |
59+
| | Context | `true` | enable/disable context debug |
60+
4961

5062
## License
5163

0 commit comments

Comments
 (0)