### Have you read the Troubleshooting section? Yes ### Plugin version 7.5.4 ### ESLint version 9.30.1 ### Node.js version 22.14 ### Bug description False positive error for fireEvent from: `import { fireEvent } from '@testing-library/react';` ### Steps to reproduce 1. Bump eslint-plugin-testing-library from 7.5.3 to 7.5.4 ### Error output/screenshots <img width="933" height="184" alt="Image" src="https://github.com/user-attachments/assets/e0cb3023-15ea-417b-ac0b-026929cb1ec5" /> ### ESLint configuration ``` { files: ['**/*.test.{ts,tsx}'], ...pluginTestingLibrary.configs['flat/react'], }, ``` ### Rule(s) affected no-node-access ### Anything else? _No response_ ### Do you want to submit a pull request to fix this bug? No
Have you read the Troubleshooting section?
Yes
Plugin version
7.5.4
ESLint version
9.30.1
Node.js version
22.14
Bug description
False positive error for fireEvent from:
import { fireEvent } from '@testing-library/react';Steps to reproduce
Error output/screenshots
ESLint configuration
Rule(s) affected
no-node-access
Anything else?
No response
Do you want to submit a pull request to fix this bug?
No