Skip to content

Conversation

@grestonian
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@goyalritesh21 goyalritesh21 left a comment

Choose a reason for hiding this comment

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

Make the suggested chnages

"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-use": "^14.2.0",
"@material-ui/core": "latest"
Copy link
Collaborator

Choose a reason for hiding this comment

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

use this version of material-ui/core

"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.13",
Copy link
Collaborator

Choose a reason for hiding this comment

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

this version should not be used

@@ -1,9 +1,96 @@
import React from 'react'
import React from 'react';
import PropTypes from 'prop-types';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add prop-types as a dependency in package.json

Comment on lines +86 to +92
<Showcase/>
</TabPanel>
<TabPanel value={value} index={1}>
<Showcase/>
</TabPanel>
<TabPanel value={value} index={2}>
<Showcase/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Pass cardData as a prop to component

<Tab label="Past Events" {...a11yProps(2)} />
</Tabs>
</AppBar>
<TabPanel value={value} index={0}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Each card has an unexpected background. Check that and correct the styles

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