Skip to content
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

Better EventAttributes types #203

Open
dinfer opened this issue Jul 20, 2024 · 1 comment
Open

Better EventAttributes types #203

dinfer opened this issue Jul 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dinfer
Copy link

dinfer commented Jul 20, 2024

What is the feature you are proposing?

<input
          placeholder="username"
          onChange={(e) => {
            model.username = e.target.value; // Property 'value' does not exist on type 'EventTarget'.ts(2339)
          }}
        />
@dinfer dinfer added the enhancement New feature or request label Jul 20, 2024
@yusukebe
Copy link
Member

Hi @dinfer

This is a good issue and is the same with honojs/hono#2491

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants