infernojs / inferno

:fire: An extremely fast, React-like JavaScript library for building modern user interfaces

Home Page:https://infernojs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Types for non synthetic events

thscott opened this issue · comments

The types for lowercase events (i.e. those that bypass Inferno's event system, as per https://github.com/infernojs/inferno#event-system) were removed in 696006c, after first being added following issue #1346.

Updating from 7.3 to 8.0.5 has therefore lead to any usage of these becoming type errors.

Would it be possible to have these reinstated?

Fixed in 8.0.6