-
### NextUI Version
^2.4.8
### Describe the bug
My testing project on Next.js App-routing "next": "15.0.3" and I use "@nextui-org/react": "^2.4.8"
**Layout.tsx**
export def…
-
https://rn-carousel.dev/usage
```javascript
import * as React from "react";
import { Dimensions, Text, View } from "react-native";
import { useSharedValue } from "react-native-reanimated";
impo…
-
`import { Text, View, StyleSheet, FlatList, Dimensions } from 'react-native';
import { dummyHomePageTopCard } from '../../data/dummyData';
import Carousel from 'react-native-reanimated-carousel'…
-
I am encountering issues with the Filter component and its integration with DatatableWrapper. When I attempt to use controlledProps to manage the filter state externally, the component stops working, …
-
On the path to migrating to Remix, I have run into a really odd error that I have been able to track down to the usage of `react-router-devtools` in combination with a module import that contains a na…
-
## Failing module
- **GitHub**: https://github.com/ruilisi/fortune-sheet
- **npm**: @fortune-sheet/react
```js
let { Workbook } = await import(
"https://esm.sh/@fortune-sheet/react?deps…
-
I want to integrate E2E tests using Playwright in my Remix Shopify app, which is currently set up with Vite and Vitest for component-level testing. I'm using jsdom with React Testing Library for testi…
-
Congrats on the launch.
This looks like a powerful and mature table. Would be nice if Panel was integrated or supported. I've crossposted this request with Panel in https://github.com/holoviz/panel…
-
### Is this related to a new or existing framework?
React Native
### Is this related to a new or existing API?
Authentication
### Is this related to another service?
Amplify / Cognito /…
-
### NextUI Version
^2.4.8
### Describe the bug
## My Code
```js
"use client"
import {Button, Calendar as NextUICalendar, Card, CardBody, Textarea} from "@nextui-org/react";
import {getLocalTi…