Skip to content

add(examples): react widgets get started #7356

add(examples): react widgets get started

add(examples): react widgets get started #7356

Triggered via pull request October 25, 2024 15:59
Status Failure
Total duration 2m 33s
Artifacts

test.yml

on: pull_request
Matrix: test-python
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
test-node: examples/get-started/react/widgets/app.jsx#L5
'CompassWidget' is defined but never used
test-node: examples/get-started/react/widgets/app.jsx#L6
'ZoomWidget' is defined but never used
test-node: examples/get-started/react/widgets/app.jsx#L7
'FullscreenWidget' is defined but never used
test-node: examples/get-started/react/widgets/app.jsx#L36
'props' is already declared in the upper scope on line 32 column 20
test-node: examples/get-started/react/widgets/app.jsx#L46
'requestAnimationFrame' is not defined
test-node: examples/get-started/react/widgets/app.jsx#L51
'requestAnimationFrame' is not defined
test-node: examples/get-started/react/widgets/app.jsx#L54
'props' is already declared in the upper scope on line 32 column 20
test-node: examples/get-started/react/widgets/app.jsx#L83
'console' is not defined
test-node
Process completed with exit code 1.
test-node: examples/experimental/tfjs/src/layers/spectrogram-layer.ts#L48
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test-node: examples/get-started/react/widgets/app.jsx#L83
Unexpected console statement
test-node: examples/website/360-video/app.tsx#L80
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test-node: examples/website/collision-filter/app.tsx#L47
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test-node: examples/website/image-tile/app.tsx#L74
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test-node: examples/website/image-tile/app.tsx#L98
'data' is assigned a value but never used
test-node: examples/website/plot/plot-layer/plot-layer.ts#L96
Method 'getSamples' has too many statements (28). Maximum allowed is 25
test-node: examples/website/scenegraph/app.tsx#L110
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test-node: examples/website/terrain-extension/app.tsx#L90
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test-node: examples/website/wms/app.tsx#L72
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
test-python (3.8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/