Describe your context
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of
pip list | grep dash below
Describe the bug
Generating the docs for a component with dash.dcc.Dropdown, for example, shows the properties lists are not updated.
Here for Dropdown, id is listed first, which doesn't suggest that options and value can be provided as first positional arguments.
Expected behavior
Updated list with arguments in new order.