Loading
Bug 1835779 - [devtools] Load the Blackbox lines component only when needed r=ochameau
1) Lets only load the `BlackboxLines` component when - The selected source is on the ignore list - The source is wholly or partially blackboxed 2) `BlackboxLines` should not longer be a connected component, lets pass the values down from the parent. This should fix the prefomance regression in Bug 1832019 Differential Revision: https://phabricator.services.mozilla.com/D179426