bos-web-engine icon indicating copy to clipboard operation
bos-web-engine copied to clipboard

Code inspector doesn't show entries for trusted components

Open mpeterdev opened this issue 2 years ago • 2 comments

mpeterdev avatar Dec 11 '23 20:12 mpeterdev

on hold until compilation cache lands since it will touch the same flow

mpeterdev avatar Mar 01 '24 18:03 mpeterdev

The cleanest way to handle this is by firing an event from a place in the compiler which is executed for every component encountered while rendering the tree. It seems like getComponentSources may be ideal, since you always need to get source for a component regardless of whether it is coming from the cache or fetched from RPC. We may need to dedupe events on the OWA side, but that is trivial

mpeterdev avatar Mar 07 '24 15:03 mpeterdev