feat: add markdown code block copy button (#324) #2
Annotations
2 warnings
|
src/screens/DevToolsScreen/DevToolsScreen.tsx#L197
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “DevToolsScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
src/screens/DevToolsScreen/DevToolsScreen.tsx#L185
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “DevToolsScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
The logs for this run have expired and are no longer available.
Loading