We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf2106 commit 63736a6Copy full SHA for 63736a6
apps/vps-web/src/app/custom-nodes-v2/render-test-node-definition.tsx
@@ -66,8 +66,6 @@ export class RenderTestNodeVisual extends NodeVisual<NodeInfo> {
66
updateVisual = (
67
incomingData: unknown,
68
_parentNode: HTMLElement,
69
- // Using underscore prefix to indicate intentionally unused parameter
70
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
71
_nodeInfo: NodeInfo,
72
_scopeId?: string | undefined
73
) => {
0 commit comments