Skip to content

Commit 0c6f200

Browse files
Update packages/react-native-gesture-handler/src/web/tools/GestureHandlerWebDelegate.ts
Co-authored-by: Jakub Piasecki <[email protected]>
1 parent 7d205dc commit 0c6f200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-gesture-handler/src/web/tools/GestureHandlerWebDelegate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class GestureHandlerWebDelegate
234234

235235
public get view() {
236236
if (!this._view) {
237-
throw new Error(tagMessage('component`s view is null'));
237+
throw new Error(tagMessage("component's view is null"));
238238
}
239239

240240
return this._view;

0 commit comments

Comments
 (0)