viktor hamre anderssen
New member
After upgrading from Dash version 0.39 to 0.43, an error message appears and it does not seem to make any sense. When I run my code with version 0.43 and 0.42, the below error message appears. This does not occur with neither Dash version 0.39 0.40 or 0.41.
Version 0.42 is when error messages started appearing in the browser.
Anyone know if this a known issue that is been worked on?
The range slider is generated through a callback and the inputs are generated as dictionaries and defined as objects, not array as the error message claims.
THIS IS THE ERROR MESSAGE DISPLAYED IN THE BROWSER WHEN RUNNING MY CODE.
Invalid argument `marks` passed into Slider with ID "fm-slider". Expected an object. Was supplied type `array`. Value provided:
[ { "label": "Overview", "value": "Overview" }, { "label": "Section 1", "value": "Section 1" }, { "label": "Section 2", "value": "Section 2" } ]
(This error originated from the built-in JavaScript code that runs Dash apps. Click to see the full stack trace or open your browser's console.)
Version 0.42 is when error messages started appearing in the browser.
Anyone know if this a known issue that is been worked on?
The range slider is generated through a callback and the inputs are generated as dictionaries and defined as objects, not array as the error message claims.
THIS IS THE ERROR MESSAGE DISPLAYED IN THE BROWSER WHEN RUNNING MY CODE.
Invalid argument `marks` passed into Slider with ID "fm-slider". Expected an object. Was supplied type `array`. Value provided:
[ { "label": "Overview", "value": "Overview" }, { "label": "Section 1", "value": "Section 1" }, { "label": "Section 2", "value": "Section 2" } ]
(This error originated from the built-in JavaScript code that runs Dash apps. Click to see the full stack trace or open your browser's console.)