Make Components responsive #175
Annotations
16 errors and 1 warning
src/DoubleSlider.ts#L1
Property 'options' in type 'DoubleSlider' is not assignable to the same property in base type 'SliderBase'.
|
src/DoubleSlider.ts#L1
Property 'options' will overwrite the base property in 'SliderBase'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
|
src/DoubleSlider.ts#L1
This member must have an 'override' modifier because it overrides a member in the base class 'SliderBase'.
|
src/Slider.ts#L1
Property 'options' in type 'Slider' is not assignable to the same property in base type 'SliderBase'.
|
src/Slider.ts#L1
Property 'options' will overwrite the base property in 'SliderBase'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
|
src/Slider.ts#L1
This member must have an 'override' modifier because it overrides a member in the base class 'SliderBase'.
|
src/SliderBase.ts#L1
Module '"./ProgressBar"' declares 'FillPaddings' locally, but it is not exported.
|
src/index.ts#L1
Module './Input' has already exported a member named 'ViewType'. Consider explicitly re-exporting to resolve the ambiguity.
|
src/DoubleSlider.ts#L1
Property 'options' in type 'DoubleSlider' is not assignable to the same property in base type 'SliderBase'.
|
src/DoubleSlider.ts#L1
Property 'options' will overwrite the base property in 'SliderBase'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
|
src/DoubleSlider.ts#L1
This member must have an 'override' modifier because it overrides a member in the base class 'SliderBase'.
|
src/Slider.ts#L1
Property 'options' in type 'Slider' is not assignable to the same property in base type 'SliderBase'.
|
src/Slider.ts#L1
Property 'options' will overwrite the base property in 'SliderBase'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
|
src/Slider.ts#L1
This member must have an 'override' modifier because it overrides a member in the base class 'SliderBase'.
|
src/SliderBase.ts#L1
Module '"./ProgressBar"' declares 'FillPaddings' locally, but it is not exported.
|
src/index.ts#L1
Module './Input' has already exported a member named 'ViewType'. Consider explicitly re-exporting to resolve the ambiguity.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading