Closed as-hirose closed 9 months ago
https://github.com/AlvaroAsial/JapaneseLearning/blob/b9ec51ef1fb9660f579a72c1da4853e5b072846f/src/Main.js#L19
mode
setIsLoading(false)
https://github.com/AlvaroAsial/JapaneseLearning/blob/b9ec51ef1fb9660f579a72c1da4853e5b072846f/src/Main.js#L19
mode
is not used, so it would be better to remove it if you don't need itsetIsLoading(false)
will be executed before loadData is finished.