Skip to content

Commit

Permalink
explicit symbol type of SYMBOL_IGNORING_RPC_RESPONSE_ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
yukukotani committed Oct 31, 2024
1 parent 08446d3 commit 35e3f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/native/src/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as Comlink from "comlink";
import { RefObject } from "react";
import WebView, { WebViewMessageEvent } from "react-native-webview";

export const SYMBOL_IGNORING_RPC_RESPONSE_ERROR = Symbol();
export const SYMBOL_IGNORING_RPC_RESPONSE_ERROR: symbol = Symbol();

export type WebViewEndpoint = Comlink.Endpoint & {
/**
Expand Down

0 comments on commit 35e3f1e

Please # to comment.