Skip to content

Commit 578ccb9

Browse files
committed
Revert "Update error message"
This reverts commit 8d5e4b6.
1 parent 8d5e4b6 commit 578ccb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EnableExperimentalWebImplementation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function enableExperimentalWebImplementation(shouldEnable = true): void {
1313

1414
if (getWasCalled) {
1515
console.error(
16-
'Some parts of this application have already started using the new gesture handler implementation. No changes will be applied. You can try enabling legacy implementation earlier.'
16+
'Some parts of this application have already started using old gesture handler implementation. No changes will be applied. You can try enabling new implementation earlier.'
1717
);
1818
return;
1919
}

0 commit comments

Comments
 (0)