When I fetch data via an API on a parent component and pass it through context, the value is null in the editor — so I can't see or test how child components will look with real data. I end up using placeholder/hardcoded values to preview the UI, but then risk forgetting to remove them before going live.
What is the recommended way to handle this?