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

[doc] add document for how to fix type error in extensions for #95 #107

Merged
merged 3 commits into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ number of this extension to match the major version of the supported React-JS ve

Additionally, as part of this change the existing v3.x extension has been moved into the [release3.x branch](https://github.com/microsoft/applicationinsights-react-js/tree/release3.x)

> :bulb: **Note**
> If you have encounter error as this:
> ```plaintext
> Type 'ReactPlugin' is not assignable to type 'ITelemetryPlugin'.
> ```
> Click here for a [Type Error Fixed Guideline](https://microsoft.github.io/ApplicationInsights-JS/ExtensionErrorSteps)

| Version | Application Insights | React | Branch
|---------|-----------------------|-----------|-----------
| 17.3.1 | ^3.3.1 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
Expand Down
Loading