Inspector error when selecting a material

I’m using the es6 implementation of Babylon and have this error

Warning: `value` prop on `select` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.
in select (created by OptionsLineComponent)
    in div (created by OptionsLineComponent)
    in div (created by OptionsLineComponent)
    in OptionsLineComponent (created by CommonMaterialPropertyGridComponent)
    in div (created by LineContainerComponent)
    in div (created by LineContainerComponent)
    in div (created by LineContainerComponent)
    in LineContainerComponent (created by CommonMaterialPropertyGridComponent)
    in div (created by CommonMaterialPropertyGridComponent)
    in CommonMaterialPropertyGridComponent (created by PBRMaterialPropertyGridComponent)
    in div (created by PBRMaterialPropertyGridComponent)
    in PBRMaterialPropertyGridComponent (created by PropertyGridTabComponent)
    in PropertyGridTabComponent (created by ActionTabsComponent)
    in div (created by TabsComponent)
    in div (created by TabsComponent)
    in TabsComponent (created by ActionTabsComponent)
    in div (created by Resizable)
    in Resizable (created by ActionTabsComponent)
    in ActionTabsComponent
warningWithoutStack @ babylon.inspector.bundle.max.js?074d:8596
warning @ babylon.inspector.bundle.max.js?074d:10709
validateProperties$1 @ babylon.inspector.bundle.max.js?074d:15177
validatePropertiesInDevelopment @ babylon.inspector.bundle.max.js?074d:15385
setInitialProperties @ babylon.inspector.bundle.max.js?074d:15635
finalizeInitialChildren @ babylon.inspector.bundle.max.js?074d:16693
completeWork @ babylon.inspector.bundle.max.js?074d:23643
completeUnitOfWork @ babylon.inspector.bundle.max.js?074d:25740
performUnitOfWork @ babylon.inspector.bundle.max.js?074d:25938
workLoop @ babylon.inspector.bundle.max.js?074d:25950
renderRoot @ babylon.inspector.bundle.max.js?074d:26036
performWorkOnRoot @ babylon.inspector.bundle.max.js?074d:26927
performWork @ babylon.inspector.bundle.max.js?074d:26839
performSyncWork @ babylon.inspector.bundle.max.js?074d:26813
interactiveUpdates$1 @ babylon.inspector.bundle.max.js?074d:27082
interactiveUpdates @ babylon.inspector.bundle.max.js?074d:10259
dispatchInteractiveEvent @ babylon.inspector.bundle.max.js?074d:12966

Any idea what I should try ?

And I bet you cannot repro in the palyground?

Can you share your code running somewhere?

It works really well in the PG :wink:

I think it might be too complicated to narrow the issue again.
I will try to create some sort of startup project with Vue.

I suppose it’s related. Then we could narrow some issues.
I will get back with this when I can

1 Like