Łukasz Romanowicz
Łukasz Romanowicz
> > I've recently faced the same issue on 10.5.2 and the 10.7.2 release does not seem to fix it > > Edit: apparently Safari doesn't like `[ ]` characters...
@vthommeret do you have your app name set? e.g. ` firebaseApp = initializeFirebaseApp(firebaseConfig, 'MyApp');` If you do, it's important to refer to that app by `getAuth(firebaseApp)` every time you would...
@vthommeret I was randomly seeing the exact same error in Safari as you did and had `[DEFAULT]` as part of the key. The chunk `!undefined` that follows it was not...
We need to use this way of handling errors to handle unhandled promises in our factories. e.g. at the end of useLocale and useUser. Otherwise, we will end up with...
Although there is a solution for building prod thanks to @gibkigonzo, running it in dev might still be improved. Reopening
I've tried applying `thread-loader` but it doesn't seem to cause any major improvement. Now I am trying to implement parallel-webpack but it requires some heavy dev-server modification. I will update...
Great idea :+1: @filrak @patzick @pkarw @sandermangel What do you guys think?
IMHO we should put them into separate src/* modules - language packs. Ofc theme can have some translations as well, that should be able to override module values, but there...
@pkarw not sure if there is much point in writing tests for the old catalog. It's a legacy module anyway.
@pkarw after 2.0 it's not needed anymore cause there will be the theme fallback