alexeyinkin commented on code in PR #24338:
URL: https://github.com/apache/beam/pull/24338#discussion_r1031600146


##########
playground/frontend/lib/pages/playground/components/playground_page_providers.dart:
##########
@@ -98,4 +98,19 @@ class PlaygroundPageProviders extends StatelessWidget {
       child: child,
     );
   }
+
+  Future<void> _load(

Review Comment:
   `+`



##########
playground/frontend/playground_components/lib/src/controllers/example_loaders/catalog_default_example_loader.dart:
##########
@@ -30,13 +31,16 @@ class CatalogDefaultExampleLoader extends ExampleLoader {
     required this.exampleCache,
   });
 
+  @override
+  Sdk get sdk => descriptor.sdk;
+
   @override
   Future<Example> get future async {
-    if (!exampleCache.hasCatalog) {
-      throw Exception('Default example requires a catalog in ExampleState');
-    }
+    await Future.wait([

Review Comment:
   `+`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to