i have a feature grid from where i go on its detail page which is a " section model "
which display full information based on handle in url. where im showing some symbols through code and dynamic data section which comes from builder with drag & drop options.
Which is correct and i can drag & drop components in normal way. and can publish.
issue:
when i re-open the feature to edit it further all the drag & drop content show for a fraction of second and then go away and i can’t view my drag & drop stuff while other things remain same:
-when i change my locales from one to another thos components re-appears randomly sometimes on mobile preview window sometimes on desktop preview window in builder… their output is absolutly correct when i visit the url. and that is not happening in localhost aswell.
this is fiddle : if u change locale you will see content for a few seconds and it just disappears : Builder.io: Visual Development Platform
i have different types of models of detail pages where im using this same component and im passing my Detail page ( unique design of each model’s detail page ) as Component … and after that the next component is representing the drag & drop content…
when i create my content from any models and edit its detail page everything works fine. next time i revisit it and the only drag & drop content show for a bit of second and then go away if i change locale it may display on mobile preview or desktop preview … just happening randomly
We suspect that the issue may be related to dynamic data not being available during the render. Have you noticed any errors in the browser console that could provide further insight into the problem?