-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"window" and "e.target" have type issues #405
Comments
Wouldn't it make sense to add those flags to the tsconfig file inside Aleph? Stuff like reading input values using |
i added the config in 7ec39d8 |
Adding a Reference: https://deno.land/manual/typescript/configuration#configuring-typescript-in-deno |
Two very common use cases in React are reporting type issues on Aleph/Deno. The first one is
window.open
:And the other one is "e.target.value" when handling uncontrolled inputs:
Not sure if those issues are related to Aleph or Deno itself, but I couldn't find any solutions online.
The text was updated successfully, but these errors were encountered: