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
throws a PlatformException(0, Source sourceId is not in style, null, null)
But if sourceId is not in style why is
await style.addSource(
newSource,
);
throwing a PlatformException(0, Source sourceId already exists, null, null) in the first place. These are 2 contradictory error messages. I have no idea what is happening here
I just upgraded to the latest version of this library as of now, Tuesday January 21st 2025 which is version 2.5.1. I am still experiencing this problem. I have also verified that this issue is happening on both Android and iOS
I have
Which returns a
null
on the IDsourceId
. However when I try to add the source using the same IDsourceId
I get a
PlatformException(0, Source sourceId already exists, null, null)
I can't seem to get why this may be happening. Any pointers will be highly appreciated
PS: I am currently using version
2.3.0
of this libraryThe text was updated successfully, but these errors were encountered: