You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@T4rk1n
I just noticed that dcc.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 Stack
from 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
The text was updated successfully, but these errors were encountered: