Mateusz Burzyński
Mateusz Burzyński
The whitespace in `& :hover` has a semantic value - this is not equal to `&:hover` and thus this whitespace should not be removed when minifying quasis. The problem is...
fixes https://github.com/atlassian/changesets/issues/553
At the moment it's only possible to setup a single callback for a given event type - https://github.com/dollarshaveclub/postmate/blob/8277fc306d44f14e3b6f51f8ecc592f8da795bdc/src/postmate.js#L156 I think it's really convenient to hook into a single event from...
### Description When `closeOnBlur={false}` is used the focus is always stolen by the Popover when we tab out of it ### Link to Reproduction https://codesandbox.io/s/goofy-antonelli-m5t4z?file=/src/App.js ### Steps to reproduce 1....
### Description Currently, there is no clear way to render anchors as menu items. Existing `MenuItem` strongly assumes that it's going to render a button element: https://github.com/chakra-ui/chakra-ui/blob/910a701f9f3b16157f287479a3df64a2ea84090b/packages/menu/src/menu.tsx#L259 ### Problem Statement/Justification...
### Description The strategy to display at most one tooltip at a time tends to improve UX in certain scenarios. ### Problem Statement/Justification When using `closeDelay` (which I find preferable...
fixes https://github.com/davidkpiano/xstate/discussions/1603#discussioncomment-117608
closes #3072