Skip to content

Commit

Permalink
Remove console.error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed May 28, 2024
1 parent 8bed520 commit 9daefa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react-native/components/createInputComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ export function createInputComponent<TValue, TContext> (
if (element !== null) {
if (autoFocus) {
if (firstLayout.current) {
console.error('a')
element.focus()
firstLayout.current = false
}
Expand Down

0 comments on commit 9daefa7

Please sign in to comment.