Closed
Description
Thanks for making the dash 3.0 pre-release available. 🎉
Just a couple questions and comments:
-
Are you still planning on removing the
_timestamp
props? remove_timestamp
properties #3055 -
The
dcc.Dropdown
is still usingdefaultProps
which is causing a warning in the console. There are other console warning withdcc.Dropdown
, but those aren't new, just wondering if there are plans to fix those too. -
In
dcc.Loading
, thecustom_component
shows a typehints warning if you use components other thanhtml
components.
Feature request:
- In DMC, we are relying on
renderDashComponents
from the dash-extensions.js library to render components as props defined inchildren
. For more details see: Improve performance of context components re-rendering #3066 (comment). Philippe mentioned he could add arender(component, path)
todash_component_api
quite easily, but wanted to wait for another release.