-
**Is your feature request related to a problem? Please describe.**
Currently, all collector plug-ins such as producers or exporters need to be statically compiled into the collector. this results i…
-
I've got a few components that are dynamically loaded with @loadable/component like so:
```ts
const Faq = loadable(
() => import(/* webpackChunkName: 'Faq' */ './faq/faq.jsx'),
{ ssr: true }…
-
# Problem/Motivation
Error 31 at install
I get error31 when I install this addon.
This mean: ```31 = Too many links```
## Expected behavior
A normal install and no error
## Actual behavior
I g…
-
return ()
-
Make sure you have provided the following information:
- [x] link to your code branch cloned from rhboot/shim-review in the form user/repo@tag - https://github.com/rehakp/shim-review/tree/adaptech…
-
**What you were expecting:**
- `AutocompleteInput` inside `ReferenceInput` shows current value (useful in Edit mode).
- The current value and search fetched records are de-duped to avoid the duplica…
-
### Describe the Bug
There is a large warning in the console from react-flow on hot reload if using custom node or edge types, even if they don't change.
### Your Example Website or App
_No respons…
-
# Bug report
## Describe the bug
I have a dynamic component loading another dynamic component. Both chunks get correctly loaded by `react-lodable` _before_ `main.js` is loaded (so chunk reportin…
-
### 版本信息
```sh
- @modern-js/app-tools@1.2.0
```
### 问题详情
wind 下 electron import { callMain } from '@modern-js/runtime/electron-render';报错
```
index.js:1 loadable-components: failed to…
-
Hey,
I'm importing files dynamically using @loadable components, but sometimes a page might not exist just because it has not been developed yet. In that scenario, can we show an error or a message…