You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create a very basic app (following the example on this repo's README) but got this error when compiling:
TSError: ⨯ Unable to compile TypeScript
src/index.ts (9,9): Property 'on' does not exist on type'TextRequest'. (2339)
src/index.ts (13,9): Property 'on' does not exist on type'TextRequest'. (2339)
I tried to create a very basic app (following the example on this repo's README) but got this error when compiling:
where line 9 and 13 refer to
The text was updated successfully, but these errors were encountered: