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
No Typescript errors, the argument of gauge.update should be of type Parameters without el
Actual Behavior
Typescript is complaining about the missing (mandatory) el Parameter, but this should not be needed for the update method.
See Screenshot of the type definition ...
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Wrong typings for gauge.update leading to typescript error
To Reproduce
--schnipp--
gauge.update({
value: 0.9,
});
--schnapp--
Expected behavior
No Typescript errors, the argument of gauge.update should be of type Parameters without el
Actual Behavior
Typescript is complaining about the missing (mandatory) el Parameter, but this should not be needed for the update method.
See Screenshot of the type definition ...
Screenshots
The text was updated successfully, but these errors were encountered: