BuilderIO / mitosis

Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more.

Home Page:https://mitosis.builder.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delete useless `event`.

ayangweb opened this issue · comments

commented

I am interested in helping provide a feature!

Yes

Which generators are impacted?

  • All
  • Angular
  • HTML
  • Qwik
  • React
  • React-Native
  • Solid
  • Stencil
  • Svelte
  • Vue
  • Web components

What problem does this feature solve?

When using events, if the event is not used but the generated frame still generates an unnecessary event, the event will be used.

image

What does the proposed API look like?

Delete useless event.

Additional Information

No response