(node:13760) UnhandledPromiseRejectionWarning: undefined
(node:13760) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch
block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:13760) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate th
e Node.js process with a non-zero exit code.
если в вебе еще можно спорить axios vs fetch то для rn без вариантов
yarn precommit
''
на ""
module: {
rules: [{
test: /\.(s?css|sass)$/,
exclude: /(components|actions).*\.scss$/,
use: ['style-loader', 'css-loader', 'sass-loader'],
}, {
test: /(components|actions).*\.scss$/,
use: [{
loader: 'style-loader',
}, {
loader: 'css-loader',
options: {
modules: true,
localIdentName: '[local]___[hash:base64:5]',
},
}, {
loader: 'sass-loader',
}],
}],
},
"prettier/prettier": ["error", {
"singleQuote": true,
"trailingComma": "all"
}]