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 8f8d41d commit fa6a16cCopy full SHA for fa6a16c
dash/dash.py
@@ -321,6 +321,7 @@ def serve_layout(self):
321
322
def _config(self):
323
config = {
324
+ 'multi_output': True,
325
'url_base_pathname': self.url_base_pathname,
326
'requests_pathname_prefix': self.config['requests_pathname_prefix']
327
}
@@ -935,7 +936,9 @@ def add_context(*args, **kwargs):
935
936
else:
937
response = {
938
'response': {
- output.component_property: output_value
939
+ 'props': {
940
+ output.component_property: output_value
941
+ }
942
943
944
0 commit comments