Rogerio (Rio) Moura
Rogerio (Rio) Moura
Here is an example of what I'm thinking:
## Bug Description  ``` try { const result = await resolvePromise(promise); isCurrentlyMounted && debounceSetState((prev) => ({ ...prev, fetching: false, loading: false, result, })); } catch (error) { // const...
Great library, love the feature! Do you have plans to implement snap points functionality so that we can drag to specific heights without closing the sheet? Thank you!
Do you have plans to implement Snap Points?
Not extracting all the proper types from a React.forwardRef component when utilized with Docusaurus.
Some times are not being extracted properly when I declare my component as a forwardRef instead of FC. With a quick internet search I can see that this is a...