- Framework7 version: 6.3.6
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

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