Keith Cirkel
Keith Cirkel
> * The buttons […] means that we can't make the toolbar buttons look consistent with the rest of React buttons. They will never be able to access the React...
Can we please focus on the _specific issues_ we're currently facing, so they can be remediated? Definitely don't want to block anyone but I cannot see what this is fundamentally...
Thanks for outlining this @iansan5653. We're actively discussing this and we'll get back shortly. I think solution 3 should be workable without making breaking changes to either codebase, as the...
Custom Elements don't need to be registered server side so the first one is applicable.
I think the best approach may be as I described in #2353 - which is to have a client side bundle that can pull in these dependencies: > We may...
> Would the PRC consumer be responsible for the conditional loading? To me that would be the most sensible idea. It’s highly likely that consumers of PRC are _already_ building...
A timeout of 0 could return an instantly aborted controller, so one could do feature detection: ```js const a = new AbortController({ timeout: 0 }) const supported = a.signal.aborted ```...
`deep-eql` is now `4.1.2`. BTW you might want to base this branch on `4.x.x`.
@eballeste I haven't used react in a while but if I recall, we ultimately resovled to only ever use functional stateless compoments for everything except for components needing the low...
I'm going to close this as I'm unable to reproduce it. Thanks for the report! If you are able to provide steps to reproduce, do let us know!