Skip to content

Commit bd06cc8

Browse files
authored
Merge pull request #3300 from plotly/fix-proptypejs-msg
Add dev_only to proptype.js message
2 parents ad9c197 + b8a6d51 commit bd06cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash/development/_generate_prop_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
2222
_js_dist.append(dict(
2323
dev_package_path="proptypes.js",
24+
dev_only=True,
2425
namespace="{namespace}"
2526
))
2627

0 commit comments

Comments
 (0)