-
### Describe the feature you'd like:
As a user of react 18 with NextJS (with app directory), I would like to render async server components
example:
// Page.tsx
```typescript
const Page = a…
-
### Describe the feature in detail (code, mocks, or screenshots encouraged)
So, the time has come. I am going to open this issue as a place to track whats going on, and to communicate changes and w…
-
### Description
There is an issue with the touch events in a ScrollView when using the new architecture. Specifically, below a ScrollView, there is a View component with a minWidth of 100%. Inside …
-
### Provide a general summary of the issue here
When the extension `tailwindcss-react-aria-components` is installed, having both `:hover` and `:active` selectors styling the same property doesn't wor…
-
[Forum post](https://forum.bryntum.com/viewtopic.php?t=24070&e=1&view=unread#unread)
Investigate the possibility to test Bryntum products with Jest.
-
Hi. Is there any way to use server-side next js components in the config file?
Something like this:
```
export const config: Config = {
root: {
render: ({ children }) => (
…
fenq2 updated
2 months ago
-
# 구현할 기능
- alertmodal
# 상세내용
-코드 참고
```
// day03/src/components/AlertModal.js
import React from 'react';
import '../css/AlertModal.css';
const AlertModal = ({ isAlertOpen, onAlertClose,…
-
- **Version**:
react 17, next 12 and the react-ui-components is the latest version
- **Platform**:
MAC
#### Severity:
Critical
#### Description:
run the nextjs-react example, it canno…
-
### Problem Statement
The current implementation of FormProvider can trigger unnecessary re-renders in components that consume the context, even when the specific context values they rely on haven't …
-
✓ Starting...
✓ Ready in 1863ms
○ Compiling / ...
✓ Compiled / in 1488ms (1616 modules)
GET / 200 in 1856ms
✓ Compiled in 326ms (805 modules)
✓ Compiled /api/playground in 154ms (843 mo…