Andy Hook
Andy Hook
Attempting to make a deposit before connecting an account sticks the state which is not reset after connecting. Only tested on Rinkeby:  Repro: reload app -> go to finance...
When a popper trigger/reference is rendered inside a scaled animated parent the resulting position does not account for this. https://codesandbox.io/s/spring-bash-4wzz3o?file=/App.js
## Feature request ### Overview Provide `delayDuration` and `skipDelayDuration` for managing trigger interactions. Mirroring the behaviour from [Tooltip](delayDuration) would be ideal. ### Who does this impact? Who is this for?...
This manifests itself in `Dialog` and `AlertDialog` when using `Portal` with `DefaultOpen` in SSR env. https://codesandbox.io/s/friendly-morning-3ny0r5?file=/pages/index.tsx
It might be nice to add this functionality rather than using timers, also an opportunity to generalise the logic and improve some aspects of it it in submenus.
Internally, the `checkForDefaultPrevented` api makes event composition difficult to follow. The suggested path is to split this out into two utils: `composeEvent` `composePreventableEvent` (naming tbd) In rare occurrences where we...
> There’s an interesting issue with our navigation menu component when using a wacom tablet as a mouse device. After lifting the pen off the tablet and reintroducing it again...
 https://codesandbox.io/s/modal-premature-close-9mhf7?file=/src/App.js Highly likely to be escapeOutside triggering because the dropdown popover portal is outside the modal dom tree.
`` currently overrides its own padding in certain contexts e.g. when used within the `primary` slot of a ``. While this is nice to quickly lay out a view it...
In Safari the Modal doesn't seem to center correctly, it's likely due to a rendering inconsistency with the css grid technique and Safari. Related: https://github.com/aragon/court-dashboard/issues/349 