wilsonpage / fastdom

Eliminates layout thrashing by batching DOM measurement and mutation tasks
6.83k stars 240 forks source link

Catch is missing in the fastdom type #120

Closed rachitGulati closed 3 years ago

rachitGulati commented 4 years ago

When you try to do fastdom.catch in your .ts file you will get the type error.

Property 'catch' does not exist on type 'Fastdom'

image