Can data from context be previewed in the editor?
On my the main page I have a single component that wraps all the page content . This way I can call some APIs and pass those down as context to the many nested child components . When working in said Child components , I 'm able to see the context and set different formulas and things , but I can 't see the data of the context in the editor . It works on the front -end live , but I can 't see the context values in the editor . Is that expected ?

