Add optional props.rows to <InputText> #367
Annotations
4 warnings
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (18.x):
packages/input-text/src/InputText.tsx#L218
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (20.x):
packages/input-text/src/InputText.tsx#L218
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|