Render v2 XBlocks using Web Components #20599
Annotations
10 errors and 2 warnings
tests:
public/static/xblock/client-v0.js#L1
Split 'var' declarations into multiple statements
|
tests:
public/static/xblock/client-v0.js#L1
Unexpected var, use let or const instead
|
tests:
public/static/xblock/client-v0.js#L1
Exporting mutable 'var' binding, use 'const' instead
|
tests:
public/static/xblock/client-v0.js#L1
Exporting mutable 'var' binding, use 'const' instead
|
tests:
public/static/xblock/client-v0.js#L1
A space is required after ','
|
tests:
public/static/xblock/client-v0.js#L1
Expected variable declaration to be on a new line
|
tests:
public/static/xblock/client-v0.js#L1
A space is required after ','
|
tests:
public/static/xblock/client-v0.js#L1
Expected variable declaration to be on a new line
|
tests:
public/static/xblock/client-v0.js#L1
A space is required after ','
|
tests:
public/static/xblock/client-v0.js#L1
Expected variable declaration to be on a new line
|
tests
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/.
|
tests:
public/static/xblock/client-v0.js#L26
Using propTypes from another component is not safe because they may be removed in production builds
|