Robin Malfait
Robin Malfait
Hey! Doing some cleanup and haven't heard back from you so therefore going to close this issue. If this is still an issue for you, please open a new issue...
This should be fixed by #1803, and will be available in the next release. You can already try it using `npm install @headlessui/react@insiders`. Here is an updated CodeSandbox with the...
This should be fixed by #1803, and will be available in the next release. You can already try it using `npm install @headlessui/react@insiders`.
@ARkrOSClou wait so that's what you would expect right or am I still missing something since it still has the word "broken" in there? 😅
Can you provide me some more information about which Chrome version you are using and your OS or any information that I could use to try and debug this? This...
After refreshing my browser a _lot_ of times, I could reproduce it about 1-2% of the time in Chrome and was still very random. Could not reproduce it in Safari...
Perfect, I'm really happy to read this. In a previous version we did some important updates to Transition, but this particular bug was related to the `unmount={false}` directly. Glad it's...
Hey! Thank you for your bug report! Much appreciated! 🙏 Looks like you found a way around the problem and seems that your issue is fixed now. > HeadlessUI's Dialog...
Hey! Thank you for your bug report! Much appreciated! 🙏 The reason we apply a `padding-right` is to prevent layout shifts (visual jumps) because the moment we apply `overflow: hidden;`...
Hey! Thank you for your suggestion! Much appreciated! 🙏 We can definitely update some of the types to keep the `nullable` prop into account if `multiple = false`. However both...