-
### Describe the problem
Hi,
I'm working on a micro services frontend platform, where the main app is built in React and there are multiple widgets, each with its own route. All widgets are so f…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
I created a sample repository [here](https://…
-
If anyone needs a step by step on how to make styled-components work with Next.js 13 (app router) without any "delay bugs" using client-side rendering, here it is:
## Step 1: add the following to y…
-
Need help with React's Lazy and Suspense. I'm trying to dynamically load fontawesome modules but can't get it working.
https://github.com/jamesnewking/react-components/tree/feature/icon/%2325
h…
-
## Overview
When importing `import { DotLottieReact } from "@lottiefiles/dotlottie-react";`
To use the player jest will error with this:
```
● Test suite failed to run
Jest encounte…
-
Hello everyone,
I had some issues with ReferenceError (with SSR).
And yes I know, it could be solved by dynamic import, lazy or maybe some other ways.
But the situation is like below:
- There …
-
in DEV mode when lazy chunk evaluated, its styles aren't evaluated.
`
const AuthRoute = lazy(() => import("./auth"))
`
and later:
`
} />
`
and If child components contains ' **im…
-
### Current Behavior
I followed the instructions but animation for content didn't working. Here is my problem. I setup my project with expo. My video below. 👇
https://github.com/user-attachments/a…
-
To run SV3D_u on a single image I followed the instruction to download the sv3d_u.safetensors and run python scripts/sampling/simple_video_sample.py but got the errors below and realized xFormers is n…
-
I'm using Apollo Client with SSR, streaming is not an option for me, but bundle-splitting was always a pain point. I decided to investigate a bit. After a few hacks/adjustments, I'm having a fully wor…