-
Try on https://uiwjs.github.io/react-markdown-editor/ with a very long document (Let's say you duplicate the content until it reaches 1000 lines), the editor becomes slower and slower. If you double o…
-
### Describe the bug
cannot run react-native with latests versions
```
error Unable to resolve module storybook/internal/preview-api from /Users/alain/myproject/node_modules/@storybook/addon-…
-
**Describe the bug**
When HotKeys component gets unmounted, it internally calls this line of code
`this.logger.verbose(this.logger.nonKeyEventPrefix(componentId), 'De-registered component. Remaini…
-
Saw on Hacker News and gave it a shot. Tried to publish on EAS and create a development build, got it done successfully but when I run `npm run ios` I get this error in the simulator:
../../App" fr…
-
When I am trying to deploy my react app on AWS Amplify I am getting below error. We are using Amplify for last 2 years.
![image](https://user-images.githubusercontent.com/79779279/206435164-35bac877-…
-
So this is pretty strange.
I have a component that looks like:
**components/common/FallbackImg.tsx**
```
import React, { ImgHTMLAttributes } from 'react';
interface Props extends ImgHTMLAtt…
-
Hi there,
I'd like to suggest support for responsive images (ie, on windows expanding). The issue I face is that the placeholder Img **only** shows up when a width **and** height are passed into th…
-
Not sure how & where, but I hope on a local machine it should be possible to speed it up.
Specifically loading the iFrames faster would be great.
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
Let's say we have…
dac09 updated
2 years ago
-
The components should be import just when user access them.
**Problems & Solves**:
1. All components will be load when user access one of those pages.
Use react `lazy` for router components…