Jeff Rosen
Jeff Rosen
Instead of relying on callbacks to gather information about what happened as far as tag additions/changes/deletion, the tag input should be driven off of React state (ie: an array of...
I am experiencing jitteriness/stuttering while zooming around on a GL scatter plot. I don't remember seeing this before switching over to an M1 MacBook Pro about a year ago. I...
Allow manual closing of dropdown for links with preventDefault or possibly asynchronous operations
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v1.6.6 **What browser are you using?** N/A **Reproduction URL** https://github.com/agusterodin/headless-ui-dropdown-not-disappearing-after-click-bug-reproduction **Describe your issue**...
It would be awesome if a reference to the synthetic event itself was provided in the handleInputChange callback, handleInputFocus, and handleInputBlur callback. This would be especially useful for the handleInputChange...
Reproducible by upgrading React version of website example to version 18 Before (React 17): https://user-images.githubusercontent.com/10248395/178124854-0de1e9bc-7e79-48ee-8a57-37c2c3dd8ad3.mov After (React 18): https://user-images.githubusercontent.com/10248395/178124860-bec3d0be-b9fe-410c-b538-9d28a0f64982.mov
The onStyleLoad event only gets fired after the first style loads. If I change styles, the event never fires again like it should. Applying a callback to the underlying mapbox...
The filter prop for the Layer component no longer works
Mapbox recently increased the maximum pitch in v2. They tell you to customize it back to 60° if you don't like it. Unfortunately your factory doesn't send maxPitch over to...
**Is your feature request related to a problem? Please describe.** Browsers (like Chrome) have started to support scroll position restoration when navigating through single page application history. All of my...
This library could definitely benefit from being converted over to hooks, especially given the unsafe methods it uses. I would love to help implement if this hasn't already been started....