Skip to content

Commit 9daefa7

Browse files
committed
Remove console.error.
1 parent 8bed520 commit 9daefa7

File tree

1 file changed

+0
-1
lines changed
  • react-native/components/createInputComponent

1 file changed

+0
-1
lines changed

react-native/components/createInputComponent/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ export function createInputComponent<TValue, TContext> (
454454
if (element !== null) {
455455
if (autoFocus) {
456456
if (firstLayout.current) {
457-
console.error('a')
458457
element.focus()
459458
firstLayout.current = false
460459
}

0 commit comments

Comments
 (0)