docs / support
Support and maintenance
Report reproducible problems, follow release channels, and contribute focused changes.
Make a problem reproducible
Include the package, React, browser, and operating-system versions; the expected and observed result; and a minimal reproduction. For interaction problems, identify whether the request came from a pointer, touch, keyboard, or assistive technology.
Choose a release channel
Stable releases use npm latest. Prereleases use next and may change before the final major release. Resolve next when choosing a build, then pin the resulting exact version in shared applications so later installs cannot move unexpectedly.
npm view @nipe-solutions/react-spring-bottom-sheet dist-tags.next
npm install @nipe-solutions/react-spring-bottom-sheet@<version>Report security issues privately
Do not publish an exploitable vulnerability in a public issue. Use the repository security reporting channel when available, or contact the maintainer directly using the address in the site imprint.