Open jarredt opened 3 years ago
Hi there @jarredt, RC here with FullStory's support engineering team. We're not set up to troubleshoot issues via Github issues currently. If you're still running into issues here can you reach out to mobile-support@fullstory.com? We'll be more than happy to help out.
Thanks so much!
For anyone googling around trying to find a solution to this, add the following
[ '@fullstory/babel-plugin-annotate-react', { native: true, ignoreComponents: ['React.Fragment'] }, ],
I am doing exactly what @shaunp-street suggested, but to no avail. Still getting Warning: Invalid prop
fsTagNamesupplied to
React.Fragment. React.Fragment can only have
keyand
childrenprops.
warnings. Anybody with a solution?
@cansin Could you share the source code for how you're using React.Fragment
? If you have multiple uses of React.Fragment
and not sure which one is causing this error, I suggest narrowing it down to a specific example.
I am seeing warnings on both the native and web versions of our app that
Fragment
elements are being givendataElement
props. I have tried without specifying any"annotate-fragments"
setting, setting it tofalse
, and setting it totrue
, but I get the warning no matter what.