Wesley Moses

Results 20 comments of Wesley Moses

@mlarcher, Instead of using a timeout inside a useEffect, try using [useLayoutEffect](https://reactjs.org/docs/hooks-reference.html#uselayouteffect)

I have created a solution for this. It's a bit clunky, but I can't see a way to do this with pure CSS. The solution I created changes the position...

Okay, I've found a way to do it just using CSS. Is it okay if we pass the `orientation` prop to the `Step` component? Because the way I found to...

> The issue is still relevant for 5.1.3, help wanted – https://codesandbox.io/s/smoosh-sound-tjcy5o?file=/src/App.tsx What was wrong with #1564? I could try this one again, and take a new approach.

Would adding a default prop `transitionDuration: 0` to the Menu component be a valid fix for this?

I can't reproduce this locally, but I _can_ see it on the [CodeSandbox ](https://codesandbox.io/s/frosty-tdd-vveo6x?file=/src/App.js:317-349) above. I tried copying the CodeSandbox example into a Storybook story, but it does not scroll....

Right, never mind I see what you mean now. I thought setting the transition duration to _any_ value would resolve this, but only 0 does.

This is caused by the `line-height: 1.15` on the `input` element. Works fine in Firefox, only visible in Chrome/Edge

This is a pretty big drawback to using Stencil. I'd like to have event listeners on my web components and have them used as one would typically expect: ```jsx ```...

I think this is the same bug as #5197