Ray Knight

Results 24 comments of Ray Knight

If I want to build a component that implements the `HiddenContext.Provider` and controls whether a descendant is hidden or not. As you have it now, it's only possible to consume...

But if I'm building something that isn't a collection and I want to use `HiddenContext` or `Hidden`?

I could, but then I'd have to reimplement and rewrap every RAC that already implements a consumer of the HiddenContext (since I can't create the same context because instances wouldn't...

@askoufis I'd love to get this in so I can set: ``` logOverride: { 'ignored-bare-import': 'silent' } ``` I'm seeing a lot of logs due to "sideEffects": false in my...