-
https://github.com/bumanerdene/pomodoro-react/blob/bbe4c26280fc99328f8661a353819eb175d0cbd8/src/addTask.js#L1
Please check this link https://reactjs.org/docs/components-and-props.html#extracting-co…
-
Should sticky components work for web (ReactJS not RNW)?
-
The seqset page throws a lot of console warnings in e2e tests.
In browser console:
```
Warning: Encountered two children with the same key, `b4ef9389-5508-4271-8a89-349f63d97f17`. Keys should be …
-
Currently used:
https://github.com/red-hat-storage/odf-console/blob/master/packages/odf/components/topology/Topology.tsx#L575
https://github.com/red-hat-storage/odf-console/blob/master/packages/mco/…
-
React is complaining about the use of `componentWillMount`.
```
Warning: componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycl…
-
I'd like to redo some #index pages as reactjs components on the page. The goal is to help users find plantings e.g. When i want to mark this cucumber plant as finished , i have to search and click thr…
-
It's not a BUG but a warning.
index.js:1 Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-c…
mskzo updated
4 years ago
-
In a new React app running version `17.0.2`, I get a console error when using this component:
```
Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate…
-
Could dot-dom support React Hooks to manage state?
Maybe create a `dot-dom-hooks` project so users could opt-in?
This would provide really great compatibility between React Components and dot-dom Co…
-
![image](https://user-images.githubusercontent.com/18470870/141713522-6f084dda-1b53-4378-8adc-6e5bf24d1917.png)
```
Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommen…