From 2c4a9e5513bf2a8c1b1f2c1a180f4c9f19e563eb Mon Sep 17 00:00:00 2001 From: siyuniu-ms Date: Tue, 13 Aug 2024 16:08:36 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index df329ca..0ee62db 100644 --- a/README.md +++ b/README.md @@ -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.0 | ^3.3.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)