Nijat Aliyev

Results 3 issues of Nijat Aliyev

1. RegisterPage Change handleFormSubmit method ``` async function handleFormSubmit(ev) { ev.preventDefault(); setCreatingUser(true); setError(false); setUserCreated(false); let response; await fetch("/api/register", { method: "POST", body: JSON.stringify({ email, password }), headers: { "Content-Type": "application/json"...

React version: V18.0.0 React router DOM: V5.2.1 ## Steps To Reproduce 1. Going to profile page 2. Warning: Internal React error: Expected static flag was missing. Please notify the React...

Type: Bug
Status: Unconfirmed

### Description ## Problem When building a React Native 0.80 project with `lottie-react-native` version 7.2.2, the build fails with the following Kotlin compilation errors: ``` > Task :lottie-react-native:compileDebugKotlin FAILED e:...