MWPW-148282: Remove data layer names from Marketo Configurator #5078
Annotations
3 warnings
Running eslint:
libs/blocks/marketo-config/marketo-config.js#L187
[eslint] reported by reviewdog 🐶
React Hook useEffect has missing dependencies: 'lsKey' and 'panelsData'. Either include them or remove the dependency array.
Raw Output:
{"ruleId":"react-hooks/exhaustive-deps","severity":1,"message":"React Hook useEffect has missing dependencies: 'lsKey' and 'panelsData'. Either include them or remove the dependency array.","line":187,"column":6,"nodeType":"ArrayExpression","endLine":187,"endColumn":13,"suggestions":[{"desc":"Update the dependencies array to be: [lsKey, panelsData, state]","fix":{"range":[5511,5518],"text":"[lsKey, panelsData, state]"}}]}
|
Running eslint:
libs/blocks/marketo-config/marketo-config.js#L197
[eslint] reported by reviewdog 🐶
React Hook useEffect has missing dependencies: 'blockClass' and 'getUrl'. Either include them or remove the dependency array.
Raw Output:
{"ruleId":"react-hooks/exhaustive-deps","severity":1,"message":"React Hook useEffect has missing dependencies: 'blockClass' and 'getUrl'. Either include them or remove the dependency array.","line":197,"column":6,"nodeType":"ArrayExpression","endLine":197,"endColumn":8,"suggestions":[{"desc":"Update the dependencies array to be: [blockClass, getUrl]","fix":{"range":[5892,5894],"text":"[blockClass, getUrl]"}}]}
|
Running eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: tj-actions/changed-files@v38. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|