@fullstory/babel-plugin-annotate-react
Advanced tools
Comparing version
# Changelog | ||
## 2.3.2 | ||
- Added react-native-navigation and expo-router to incompatible node modules list. | ||
## 2.3.1 | ||
@@ -4,0 +7,0 @@ - Update some dependencies |
@@ -18,2 +18,6 @@ const webComponentName = 'data-component'; | ||
'@react-navigation', | ||
// Annotations on this module may cause unexpected UI behavior. VAL-9242 | ||
'react-native-navigation', | ||
// This module is incompatible with our ref rewrites on iOS. | ||
'expo-router', | ||
// The victory* modules use `dataComponent` and we get a collision. | ||
@@ -20,0 +24,0 @@ 'victory', |
{ | ||
"name": "@fullstory/babel-plugin-annotate-react", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "A Babel plugin that annotates React components, making them easier to target with FullStory search", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
31884
0.88%327
1.24%