-
I'm using NextJS v10 with DatoCMS. Currently, I want to use this plugin to improve the bundle sizes but I realized that the lazy loading in the Image component from https://github.com/datocms/react-da…
-
Overarching project: https://github.com/airbnb/enzyme/projects/4
- [ ] Error Boundaries
- [x] [componentDidCatch](#1797)
- [x] #1255
- [ ] Improve filenames in stack (https://githu…
-
At present, data cache is written to HTML doc as
```html
(window["__react-lazy-data.DATA_CACHE"] = window["__react-lazy-data.DATA_CACHE"] || {}).data
= {"factoryId": {"reqId": {"data": true} …
-
### New issue for cloudinary/frontend-frameworks
Before proceeding, please update to the latest version and test if the issue persists
#### For which package is this issue?
@cloudinary/react
#…
-
### Summary 💡
The server-side data source will be implemented in a step-by-step manner, the issues it will be covered in are mentioned in the list below.
- [x] A TypeScript interface with clear …
-
I use Lucid with Nextjs 14
I have this context
```
'use client';
import {
createContext,
ReactNode,
Suspense,
useContext,
useEffect,
useState,
} from 'react';
import { Luci…
-
### 📜 Description
Just update my Backstage instance from v1.31 to v1.33. So I believe this bug comes from this change; however, not 100% sure.
When viewing the catalog page for a "System"entity,…
-
### Current Behavior
using `npm create tamagui@latest --template expo-router` and follow the steps to create a project, then run `yarn ios` to start development via expo go or expo-dev-client, the s…
tkhg updated
2 months ago
-
### Feature Description
Is it possible for `node-llama-cpp` to support React Native projects?
I know that this project depends on many node standard libraries, but is it possible to make changes a…
-
Hello. How can I test components with Suspense/Lazy?
now renderer.create(...)toTree() throws
"toTree() does not yet know how to handle nodes with tag=13"
react 16.6.1
react-test-renderer 16.6.1