chore: Fix build pipeline and routing for React samples. (#1623) #624
Annotations
11 warnings
|
release
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
release:
samples/react-ui-kit-search-text/src/app.tsx#L221
Unnecessary conditional, value is always truthy
|
|
release:
samples/react-ui-kit-search-text/src/app.tsx#L186
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
release:
samples/react-ui-kit-search-text/src/app.tsx#L30
Unnecessary conditional, value is always falsy
|
|
release:
samples/react-ui-kit-search-nearby/src/app.tsx#L253
Unnecessary conditional, value is always truthy
|
|
release:
samples/react-ui-kit-search-nearby/src/app.tsx#L229
Unnecessary conditional, value is always truthy
|
|
release:
samples/react-ui-kit-search-nearby/src/app.tsx#L185
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
release:
samples/react-ui-kit-place-details-latlng-compact/src/app.tsx#L45
Invalid type "number" of template literal expression
|
|
release:
samples/react-ui-kit-place-details-latlng-compact/src/app.tsx#L45
Invalid type "number" of template literal expression
|
|
release:
samples/react-ui-kit-place-details-latlng/src/app.tsx#L40
Invalid type "number" of template literal expression
|
|
release:
samples/react-ui-kit-place-details-latlng/src/app.tsx#L40
Invalid type "number" of template literal expression
|