Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: jsx-key throws an error after upgradeing typescript-parser/eslint #3373

Closed
Nokel81 opened this issue Aug 29, 2022 · 1 comment
Closed
Labels

Comments

@Nokel81
Copy link
Contributor

Nokel81 commented Aug 29, 2022

Versions:

  • "@typescript-eslint/parser": "^5.33.1",
  • "eslint-plugin-react": "^7.31.1",
  • "eslint": "^8.23.0"

File:

import { observable } from "mobx";

export interface ClusterFrameInfo {
  frameId: number;
  processId: number;
}

export const clusterFrameMap = observable.map<string, ClusterFrameInfo>();

Here is a repo that reproduces the issue:

https://github.com/Nokel81/eslint-plugin-react-bug

@ljharb
Copy link
Member

ljharb commented Aug 29, 2022

0771bc1 should address this, but I'll add the test case to close this issue.

@ljharb ljharb closed this as completed in ffca7e9 Aug 29, 2022
@ljharb ljharb added the bug label Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants