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
AsyncImportCache uses the function putIfAbsentAsync, which uses the postfix ! on map[key] if the map has the key. However, this gives a runtime error when null values can legitimately be stored in the map. This is the case with the _canonicalizeCache, which is of type Map<Tuple2<Uri, bool>, Tuple3<AsyncImporter, Uri, Uri>?>