Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react_dynamic-list-of-posts #1158

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

AvramenkoMarina
Copy link

</>
)}

{!isForm && isError && !isLoading && (

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{!isForm && isError && !isLoading && (
{!isForm && !isError && !isLoading && (

fix logic or remove !isError at all if it's redundant here

setFocused(prev => !prev);
};

const handleUserSelect = (user: User) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently it doesn't work (on deployed page)

const [hasBodyError, setHasBodyError] = useState(false);
const [isLoading, setIsLoading] = useState(false);

const getCorrectValue = (value: string) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can define this function outside of the component

Copy link

@volodymyr-soltys97 volodymyr-soltys97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, you need to fix this failed test, if you need help feel free in the fe_chat
image

Add a correct type to input of email
image

Copy link

@volodymyr-soltys97 volodymyr-soltys97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, nothing happens when you click on a person
image

Copy link

@anastasiiavorobiova anastasiiavorobiova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants