-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/secti…
-
Currently, the following problems exist:
- `util.jsxCreateElement` is slow
- Check if `document.createElement` is the culprit, maybe switch to string templating
- Investigate writing an alt…
-
Here is a repro repo :
https://github.com/vparpoil/meteor-devlop-bug
Steps to reproduce :
```bash
meteor create --react meteorDevlop
cd meteorDevlop
meteor npm install --save devlop
```
…
-
## Description
- Make the following Component as described below.
- follow Card numbering properly.
## Task
- Initialize DataCard4.jsx in `src/components/DataCard` directory ( ⚠️ NOTE: If the co…
-
In the CategoryPicker component, there is some logic to pick emojis automatically using sentiment. If an emoji cannot be found, it is a question mark.The logic should be changed so that the new emoji …
-
![image](https://github.com/user-attachments/assets/cc7c3844-3508-4a19-8dc2-fe6ca2e71228)
package.json
```
{
"name": "vue-project-templete",
"version": "0.0.0",
"private": true,
"ty…
-
### NextUI Version
2.2.9
### Describe the bug
when you add new theme for example purple-dark (example provied by documentation):
```
import type { Config } from 'tailwindcss'
const { nextui } = …
-
![Image](https://github.com/Atadrakula/movies-explorer-frontend/assets/120248683/f0cbc160-3a91-4e20-8132-a5a720ff930b)
-
**Describe the bug**
If you try to match over a type who's discriminating field is an `enum` with numeric values, `exhaustive()` seems to get lost and produces a type error when it's not needed.
…
-
Following code triggers `react/jsx-no-leaked-render` although it's perfectly valid:
```
return ;
```
with:
```
foo: boolean;
bar: number;
```