ArgumentError: PlotlyJS.SyncPlot doesn't have a defined `StructTypes.StructType`

I need help!
I make a game GUI here.
The game runs well with old version PlotlyJS.jl and Dash.jl. Why old version? Because DashDaq added.
Now I need to adjust layout by DashBootstrapComponents, which needs new version Dash.jl, so I rm DashDaq.
However, the game can not run with no StructTypes.StructType defined.

The Reason: ArgumentError: PlotlyJS.SyncPlot doesn't have a defined `StructTypes.StructType` · Issue #153 · plotly/Dash.jl · GitHub