Skip to content

Commit

Permalink
Merge pull request #2 from yukukotani/explicit-symbol-type
Browse files Browse the repository at this point in the history
explicit symbol type of SYMBOL_IGNORING_RPC_RESPONSE_ERROR
  • Loading branch information
yukukotani authored Oct 31, 2024
2 parents 08446d3 + 35e3f1e commit 50a4f33
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 50a4f33

Please # to comment.