1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Posting using formData

This commit is contained in:
Zhiyuan Zheng
2020-11-17 23:57:23 +01:00
parent 5cf6eaa8d9
commit c0d7f379b3
8 changed files with 345 additions and 66 deletions

View File

@@ -11,6 +11,11 @@ setConsole({
error: console.warn
})
if (__DEV__) {
const whyDidYouRender = require('@welldone-software/why-did-you-render')
whyDidYouRender(React)
}
const App: React.FC = () => (
<ReactQueryCacheProvider queryCache={queryCache}>
<Index />