namnguyen 6 månader sedan
förälder
incheckning
bff0418f5b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      doc/gui/extension/example_library/example_library.py

+ 1 - 1
doc/gui/extension/example_library/example_library.py

@@ -40,7 +40,7 @@ class ExampleLibrary(ElementLibrary):
                 },
                 },
                 # The name of the React component (GameTable) that implements this custom
                 # The name of the React component (GameTable) that implements this custom
                 # element, exported as GameTable in front-end/src/index.ts
                 # element, exported as GameTable in front-end/src/index.ts
-                react_component="GameTable",
+                # react_component="GameTable",
             ),
             ),
         }
         }