You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With latest analyzer, the concept of Element has been split in two. We now have "Fragments". The problem is, InvalidSourceGenerationError does not accept this new kind of object.
Annotatable has the same issue, since it's a base class for Fragment|Element|ElementDirective
If InvalidSourceGenerationError could accept those objects, then the error message would be more specific.