Fragments still getting (attempted) annotations
I am seeing warnings on both the native and web versions of our app that Fragment elements are being given dataElement props. I have tried without specifying any "annotate-fragments" setting, setting it to false, and setting it to true, but I get the warning no matter what.

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 [email protected]? 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 toReact.Fragment. React.Fragment can only have keyandchildren props. 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.