Is it possible the above issue would have caused issues with values from a DataProvider showing up in the UI?
I am not seeing the expected values from a DataProvider component in the canvas but I am certain it is being set as I have console.log and breakpoints where I can see the DataProvider getting set with both a name and values
(note, this issue occurs both in studio and when running locally, it seems like somehow my dataProvider is getting lost, one bit of detail is that this element is using forwardRef
and useImperativeHandle
to set some refActions
so I wonder if that is part of the issue?)