You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do I need to handle onClick by myself? In the docs it says "by default" so I guess this should be optional:
Argument of type'{ title: string; }' is not assignable to parameter of type'WebpackBuildNotifierConfig'.
Property 'onClick' is missing intype'{ title: string; }' but required intype'WebpackBuildNotifierConfig'.
Why do I need to handle onClick by myself? In the docs it says "by default" so I guess this should be optional:
see: index.d.ts#L96
The text was updated successfully, but these errors were encountered: