File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments