Merge branch 'develop' into feat/cascader #2167
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
packages/ui/src/Cascader/CascaderItem.tsx#L43
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
Lint:
packages/ui/src/Cascader/CascaderItem.tsx#L100
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
Lint:
packages/ui/src/Cascader/CascaderItem.tsx#L104
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
Lint:
packages/ui/src/Cascader/CascaderItem.tsx#L165
Empty components are self-closing
|
Lint:
packages/ui/src/Cascader/ChildsMenu.tsx#L1
Prefer importing For from "solid-js"
|
Lint:
packages/ui/src/Cascader/ChildsMenu.tsx#L1
Prefer importing Show from "solid-js"
|
Lint:
packages/ui/src/Checkbox/index.tsx#L13
The reactive variable 'isChecked' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
Lint:
packages/ui/src/Input/index.tsx#L101
The reactive variable 'local.inputClass' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
Lint:
packages/ui/src/Input/index.tsx#L103
The reactive variable 'local.icon' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
Lint:
packages/ui/src/Input/index.tsx#L105
The reactive variable 'local.inputColor' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
Loading