-
- components: `Collapse, Transition`
- reactstrap version: `8.6.1'
- import method `es`
- react version `^16.11.0`
- bootstrap version `^4.3.1`
### What is happening?
things are working …
-
## Gitea React Toolkit
- [x] `useOrganization.js`: Custom hook to use when needing an organization.
- port the code from `useRepository.js`.
- create helpers (if needed) similar to `repositor…
-
Qual a melhor forma de mostrar uma modal e redirecionar o usuario pro login quando o authtoken expirar?
Se no meu projeto não tiver Redux e a autenticação estar sendo feita com a contextAPI…
-
https://github.com/pgjdbc/pgjdbc/runs/968327181#step:5:10
```
Run burrunan/gradle-cache-action@v1
with:
job-id: jdk
env:
JAVA_HOME_8.0.265_x64: /opt/hostedtoolcache/jdk/8.0.265/x64…
-
Hello, I have the error when I run the build, error has failed for the path, I have no idea where this error occurs.
```
error Building static HTML failed for path "/home/"
See our docs page on…
-
**Describe the bug**
When combining slots with the context API and a specific combination of `onMount` and `setTimeout` it appears as if two instances of the same component only share 1 context.
P…
-
### What version of OpenTelemetry are you using?
`"@opentelemetry/api": "^0.9.0",
"@opentelemetry/core": "^0.9.0",
"@opentelemetry/node": "^0.9.0",
"@opentelemetry/plugin-dns": "^0.8.0…
-
## Descrição da vaga
- Criação e manutenção de apps web e mobile;
- Integração do frontend com APIs e microsserviços internos;
- Escrever testes para garantir as funcionalidades já existes, em con…
-
## Descrição da vaga
- Criação e manutenção de apps web e mobile;
- Integração do frontend com APIs e microsserviços internos;
- Escrever testes para garantir as funcionalidades já existes, em con…
-
With ContextAPI :
```js
cosnt CounterContext = React.createContext(null);
const CounterProvider = (props) => {
const [value, setValue] = useState(0);
const add = useCallback(() => setValue(s …