-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
@T4rk1n
I just noticed thatdcc.Mardown
generates a warning in the console - which is weird because it's not a function component.
Warning: v: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. Error Component Stackfrom dash import Dash, dcc app=Dash() app.layout = dcc.Markdown("I have a console warning") if __name__ == "__main__": app.run(debug=True)
Originally posted by @AnnMarieW in #3148