We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84b504 commit ac399deCopy full SHA for ac399de
src/render/components.py
@@ -6,7 +6,7 @@
6
7
# Create a _RELEASE constant. We'll set this to False while we're developing
8
# the component, and True when we're ready to package and distribute it.
9
-_RELEASE = False
+_RELEASE = True
10
11
12
_component_func = None
0 commit comments