Sean Roberts

Results 26 comments of Sean Roberts

> @adnanalbeda Yes correct, SomethingA gets what is provided at the first level and SomethingB gets provided at the second level. If we use the `preserveRef` plugin, then both providers...

Thanks! I ended up switching over to @tippyjs/react but I appreciate the reply

@Jigalag Were you able to find a workaround for this? I'd like my toasts to appear above my modals.

I had to make sure all of my libraries were on 3.1.2 and then I also followed @WhoAteDaCake and added the Provider from react-apollo as well as the one from...

Has anyone found an update or workaround for this?

This is a pattern that I've become really reliant on in React and I was surprised to see there's no clear analogue in Svelte: ```typescript type MyButtonProps = React.ComponentProps &...

> Working on a bit of legacy code and unfortunately with the solutions here, we've found ourselves with a mega-bundle of all our components in `application.js` that clocks in at...

@imjared What did you end up choosing to do? Just deliver a large bundle?

@garganurag893 Is there any chance of this getting merged? If there's more work needed I would be happy to take a look.

> We're also encountering this issue. Is there any workaround other than using patch-package ourselves? I think I ended up adding more Toast outlets in my stack where I needed...