-
In order to ensure stable releases don't break the wider ecosystem it'd be beneficial to have tests running for all libraries used with Next.js so that we can catch potential bugs early.
Non-exhau…
-
UPDATE:
Changing the way I was importing it from `import Carousel from "react-spring-3d-carousel";` to
```
import loadable from "@loadable/component";
const Carousel = loadable(() => import("rea…
-
This is blocked by the version of `react-spring` that we are using, 7.x, and some issues and incompatibilities with the hooks it provides, which prevents us to use it with [react-use-gesture](https://…
-
Hi there, I'm trying to use bulma carousel with Gatsby 2 but I', getting the following error when trying to build production HTML:
```
error Building static HTML failed
See our docs page on debug…
-
### Is this a bug report, a feature request, or a question?
Bug report
### Have you followed the required steps before opening a bug report?
(Check the step you've followed - replace …
-
It would be nice if this module could have associated TypeScript-types in _DefinitelyTyped_. Info on how to create such a type package is [documented in their repo](https://github.com/DefinitelyTyped/…
-
Hi, I was really looking forward to using this plugin instead of my selfmade piece of garbage that I produced. However, a bug in `react-spring` v8 is triggering compiler errors in NextJS > 9. The bug …
-
Thank you for developing this package, I really like the idea of a headless UI carousel and I'm trying to get it to work in my project.
When I attempt to install this package `npm install react-spr…
PGrad updated
4 months ago
-
### Is this a bug report, a feature request, or a question?
Question
### Details
Hello folks, I'm developing an android application and have successfully implemented "react-native-snap-ca…
-
### Is this a bug report, a feature request, or a question?
Bug Report
### Have you followed the required steps before opening a bug report?
(Check the step you've followed - put an `x` chara…