-
### System Info
System:
OS: macOS 15.1.1
CPU: (8) arm64 Apple M1 Pro
Memory: 111.00 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.9.0 - ~/.nvm/versions/node/v22.9.0/bin…
-
Hi, I am trying to migrate from @originjs/vite-plugin-federation to this as it seems better supported and has HMR support. But I cannot get the HMR to work from the remotes (though the app loads). Cur…
-
### Link to the code that reproduces this issue
https://github.com/gurkerl83/next-turbo-dynamic-import
### To Reproduce
1. Clone the reproduction repository:
```bash
git clone https:/…
-
**Describe the problems**
How make dynamic icons?
**Minimal sample repository**
```
import { lazy } from 'react';
const DynamicIcon = ({...props}) => {
const iconDir = props.icon?.slice(0,…
-
**Maybe it's bug. But I'm not sure.**
**I have updated my ReactNavite from "react-native": "0.72.12", to "react-native": "0.75.3".**
On version 0.75.3 I use dynamic imports modules and use React…
-
### Which component is affected?
Qwik React
### Describe the bug
I am integrating React to use @FluentUI/react-components.
1- building the project shows 2000+ messages from node_modules @mu…
-
Client-side:
```
ReferenceError: __DYNAMIC_VERSIONS__ is not defined
at module (dynamic-import.js:452:16)
at fileEvaluate (modules-runtime-hot.js:386:7)
at Module.require (modules-run…
JanMP updated
3 months ago
-
### Minimal reproducible example
1: https://github.com/Arctomachine/expo-monorepo-bug 2: https://github.com/Arctomachine/expo-monorepo-bug-multiple-react-apps
### What platform(s) does this occur on…
-
### Versions
- vite-plugin-federation: ^1.3.5 (latest)
- vite: ^5.1.0 (latest)
### Steps to reproduce
1. Set up a host project using React, TypeScript, and Webpack.
2. Set up a remote p…
-
### Describe the bug
I'm using a react component like
```ts
import { lazy, Suspense } from "react";
const Lazy = lazy(() => import("./LazyCanvasPreload"));
const FullPageSpinner = () => spi…