Ben Grynhaus
Ben Grynhaus
Consider taking a look at [Gitpod](https://gitpod.io). It's not like Codeponder in essence, but they both integrate with GitHub in a pretty integral way. Gitpod is basically a VS Code like...
> this isn't a bug witch the tooltip component but this is juste how text-wrap work since you will get the same render with any html element like div, p,...
@diegohaz thanks for adding the tag. Just to add some more context on this - we're seeing some odd, probably related, behavior to this in our app - the Popover...
> FWIW, you don't need `Slot`. You can just pass `children` to `render`: > > ```diff > - > - {children} > - > + > ``` > > This...
> You don't need to wait, though. If you're still stuck, we should find a workaround that works for you. If your implementation mirrors the last StackBlitz link you posted,...
> Yes, that's a perfectly valid use of the lower-level API. I meant the fact that I self-pass the Popover's store rather than the Tooltip's, as you suggested. Why would...
> Ah, I missed the part where you said the popover doesn't open. The popover isn't opening on the StackBlitz link you shared because you're not spreading the remaining props...
> This is because `PopoverDisclosure` already implements `PopoverAnchor` underneath and it's taking precedence. > > Though I agree in this case `PopoverAnchor`, when used together with `PopoverDisclosure`, should always take...
Is this deployed yet? I can't seem to get CodeSandbox to use any TypeScript version other then `3.3.3`
@aleclarson so what does this change?