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

not working: jsx tags with event handlers not translated #1

Open
haikyuu opened this issue Sep 28, 2022 · 0 comments
Open

not working: jsx tags with event handlers not translated #1

haikyuu opened this issue Sep 28, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@haikyuu
Copy link
Owner

haikyuu commented Sep 28, 2022

for example, this should become <button @click=handler>

const Button = () => {
  const handler = () => console.log("handled")
  return <button onClick={handler}>Click me</button>
}
@haikyuu haikyuu added the bug Something isn't working label Sep 28, 2022
@haikyuu haikyuu self-assigned this Sep 28, 2022
@haikyuu haikyuu changed the title not working: jsx tags with function attributes not working: jsx tags with event handlers not translated Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant