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
Muhaddatha
changed the title
Some UI elements props fields don't show up in the showcase
Some PlotComponent prop fields don't show up in the showcase
Feb 8, 2022
afonsobspinto
changed the title
Some PlotComponent prop fields don't show up in the showcase
Fix missing/incorrect propTypes on geppetto-showcase
Feb 8, 2022
For the incorrect props, It seems that we are retrieving the props correctly from the code:
So my best guest is that the problem will be in the way we generate the table aka here
After the work done on #246.
We realized a couple of new issues related with the showing of propTypes which require further investigation.
For example, the PlotComponent has the following props:
geppetto-meta/geppetto.js/geppetto-ui/src/plot/PlotComponent.js
Line 380 in ad66936
But the prop list looks like this in the showcase:![image.png](https://camo.githubusercontent.com/db8addb148f79d1d49a81c47092eef87985be99bc60c763b0d763bdafc49aea0/68747470733a2f2f696d616765732e7a656e68756275736572636f6e74656e742e636f6d2f3630393263343136386136643737656564643566343530352f64333363653863662d373434342d343037312d613637312d646239636464363462633064)
Fields such as
PlotComponent.plots.x
andPlotComponent.plots.lineOptions
are not displayed in the showcase.Checklist:
The text was updated successfully, but these errors were encountered: