Skip to content

basic_markup#113

Open
zarichnyi wants to merge 4 commits intomate-academy:masterfrom
zarichnyi:develop
Open

basic_markup#113
zarichnyi wants to merge 4 commits intomate-academy:masterfrom
zarichnyi:develop

Conversation

@zarichnyi
Copy link

@denys-cheporniuk
Copy link
Contributor

коли відкриваю перший рвз таблиці вилітає ось така помилка, після перезагрузки сторінки помилка пропадає
image

Copy link
Contributor

@denys-cheporniuk denys-cheporniuk left a comment

Choose a reason for hiding this comment

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

Загалом все круто зроблено, роби наступні завдання, сортування, debounce ...

border:2px solid black;
}
}
} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

не забувай про пусту лінію в кінці файлу

import React from 'react';
import './PageNotFound.scss';

export const PageNotFound = () => (<h1 className="title"> PAGE NOT FOUND </h1>);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
export const PageNotFound = () => (<h1 className="title"> PAGE NOT FOUND </h1>);
export const PageNotFound = () => <h1 className="title"> PAGE NOT FOUND </h1>;

так має також спрацювати, но карще це записувати не в одну лінію коду

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.

2 participants