You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix all linter errors in Home.jsx. Additionally, remove RowItem.jsx because it is hard coded – you shouldn't be relying on additional component to make sure each row has only four items. Use a different react carousel plugin instead of the jQuery one (search online to find). Move styles to a separate .scss file. Add @flow to enable flow typing.
The text was updated successfully, but these errors were encountered:
Fix all linter errors in Home.jsx. Additionally, remove
RowItem.jsx
because it is hard coded – you shouldn't be relying on additional component to make sure each row has only four items. Use a different react carousel plugin instead of the jQuery one (search online to find). Move styles to a separate.scss
file. Add@flow
to enable flow typing.The text was updated successfully, but these errors were encountered: