Skip to content

Merge branch 'master' into feat/optional-search-clear-icon #357

Merge branch 'master' into feat/optional-search-clear-icon

Merge branch 'master' into feat/optional-search-clear-icon #357

Triggered via push March 25, 2024 12:18
Status Success
Total duration 37s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning
eslint: src/components/EmojiStaticKeyboard.tsx#L133
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 and pass data as props. If you want to allow component creation in props, set allowAsProps option to true