Skip to content

Commit ac399de

Browse files
committed
disable dev mode
1 parent d84b504 commit ac399de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Create a _RELEASE constant. We'll set this to False while we're developing
88
# the component, and True when we're ready to package and distribute it.
9-
_RELEASE = False
9+
_RELEASE = True
1010

1111

1212
_component_func = None

0 commit comments

Comments
 (0)