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
Dash-by-Plotly-Coding-with-Adam/Bootstrap/bootstrap_modal.py:4: UserWarning:
The dash_core_components package is deprecated. Please replace import dash_core_components as dcc with from dash import dcc
import dash_core_components as dcc
Traceback (most recent call last):
File "Dash-by-Plotly-Coding-with-Adam/Bootstrap/bootstrap_modal.py", line 22, in
dbc.FormGroup(
File "Dash-by-Plotly-Coding-with-Adam\Bootstrap.venv\lib\site-packages\dash_bootstrap_components_init_.py", line 51, in getattr
raise AttributeError(
AttributeError: FormGroup was deprecated in dash-bootstrap-components version 1.0.0. You are using 1.2.1.
The text was updated successfully, but these errors were encountered:
What should I do about this?
Dash-by-Plotly-Coding-with-Adam/Bootstrap/bootstrap_modal.py:4: UserWarning:
The dash_core_components package is deprecated. Please replace
import dash_core_components as dcc
withfrom dash import dcc
import dash_core_components as dcc
Traceback (most recent call last):
File "Dash-by-Plotly-Coding-with-Adam/Bootstrap/bootstrap_modal.py", line 22, in
dbc.FormGroup(
File "Dash-by-Plotly-Coding-with-Adam\Bootstrap.venv\lib\site-packages\dash_bootstrap_components_init_.py", line 51, in getattr
raise AttributeError(
AttributeError: FormGroup was deprecated in dash-bootstrap-components version 1.0.0. You are using 1.2.1.
The text was updated successfully, but these errors were encountered: