Salim Semaoune
Salim Semaoune
Hello, This patch solves the issue https://github.com/jshor/datebook/issues/222 I can't find any official documentation for the URL path but it definitely works as mentioned here: https://techcommunity.microsoft.com/t5/outlook/https-outlook-office-com-calendar-0-deeplink-compose-fails-to/m-p/3816442
Related to the work started here https://github.com/mars/create-react-app-inner-buildpack/pull/21, this PR aims at reducing the boot time on big react applications (~1000 files). For large projects, we can encounter `R10` errors because...
On large react applications (~1000 chunks), i get some `R10` errors because of the app isn't able to boot within 60 seconds. Looking at the logs, it seems that the...