-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update npm pakages #4
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -1,11 +1,21 @@ | |||
module.exports = { | |||
"stories": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert single quotes
craco.config.js
Outdated
@@ -12,6 +14,18 @@ module.exports = { | |||
}, | |||
}, | |||
}, | |||
resolve: { | |||
fallback: { | |||
"crypto": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
crypto: false
craco.config.js
Outdated
@@ -23,6 +37,6 @@ module.exports = { | |||
}, | |||
}, | |||
options: {} | |||
} | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
@@ -4,7 +4,7 @@ import ReceiptSummaryComponent from './index' | |||
|
|||
export default { | |||
component: ReceiptSummaryComponent, | |||
title: 'Components/ReceiptSummary', | |||
title: 'Components/CunfirmingReceiptSummary', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirming
@@ -294,7 +291,7 @@ const [selectedCoin, setSelectedCoin] = useState(defaultSelectorOption.value); | |||
|
|||
setMetamaskAccount(account) | |||
|
|||
}) | |||
}).catch(()=>{}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant
…e-npm-packages # Conflicts: # yarn.lock
Clean linting errors
Things done