You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'match' of undefined at VariableDeclarator (node_modules/eslint-plugin-testing-library/lib/rules/no-manual-cleanup.js:62:66)
This is the only rule that fails in any file. It seems to fail in every file which uses require imports.
This is the value of node.init.arguments[0] when it has no value
Uh oh!
There was an error while loading. Please reload this page.
TypeError: Cannot read property 'match' of undefined at VariableDeclarator (node_modules/eslint-plugin-testing-library/lib/rules/no-manual-cleanup.js:62:66)
This is the only rule that fails in any file. It seems to fail in every file which uses
require
imports.This is the value of
node.init.arguments[0]
when it has no valueThe text was updated successfully, but these errors were encountered: