-
- _[dmikey/syr](https://github.com/dmikey/syr) ([syr.js.org](https://syr.js.org/)) - "Light Dynamic UI Engine for Native and Web with a React Compatible API", see also #1 (browser support)._
- _[neco…
-
- [x] Move all packages docs to /docs
- [x] Compare the changelog with the docs
- [x] Update all docs where plugin names are mentioned, plugins order needs to get new extracted plugins into the list…
-
## The devDependency [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) was updated from `7.12.3` to `7.12.4`.
🚨 [View failing branch](https://github.com/glebec/potential/compar…
-
Version of rn-fetch-blob:
```
"rn-fetch-blob": "0.10.16"
```
Version of React Native:
```
"react": "16.8.6"
"react-native": "0.60.3"
```
Problem
```
warn The following packages use depr…
-
## Describe the bug
PHP Error message: Payment gateway with handle 'wc-stripe-blocks-integration' has been deactivated in Cart and Checkout blocks because its dependency 'react' is not registered. …
-
Hi @jaywcjlove, we are restricted to use v3.3.3 because of react version and loader issues.
But when we make a build of our CRA app we get into a build error caused by borwserslist
```
ERROR in .…
-
### Bug Report Checklist
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have pulled the latest `main` branch of the repository.
- [X] I have [searched for related issues](ht…
-
EDIT:
This was marked as done but don't see a readme in the frontend-react directory, repurposing this to add one with our most current setup/build process.
- [ ] update readme.md in frontend-react
…
-
```
import React, { useState } from 'react';
import { Container, Row, Col, Card, Form, Button, Alert } from 'react-bootstrap';
import { useNavigate } from 'react-router-dom';
import axios from 'ax…
-
When I run the parse cmd, it actually replaces %%term|term%% in my source /docs/*/mdx files with the react component.
I assume it that should only occur in the built .html files?
Further more, …