maierson
maierson
I also ran into the same problem on Firefox and Safari. Adding white-space:normal causes the collapse of double white spaces on both. draft-js 0.10.0 with Firefox 52.0, Safari 10.0.3. Option...
@artemisIrelia if you display the parsed state into something other than a `textarea` (ie a `div` via `html-to-react`) you'll need to add this to your stylesheet in order to keep...
Hi @dconeybe. Thank you for looking into this. Here it is: https://github.com/maierson/fbselght It's built with `nrwl / nx` which is overkill but I'm trying to get as close as possible...
I forgot to mention. You'll need an authenticated user in firebase and a `users` collection in firestore with a `user` keyed by the auth user's `uid` (pretty standard). After you...
@dconeybe any news on this one? Were you able to reproduce?
@dconeybe Thank you for answering. I can confirm that `getDoc` is resolved with 9.0.2. However collection queries still have this problem. Specifically this type of query: ```js const q =...
Btw I can't reopen this issue once you've closed it. Can you please reopen it?
@schmidt-sebastian I have no meaningful logs because this is in production mode on netlify. Some pointers: `get doc` seems to have been solved in 9.0.2, it's only `getDocs` that hangs...
Yes correct. That's what I see too: docs load quickly but Lighthouse completes quite a lot later with the warning that the page loaded too slowly to finish within the...
Hello, Thank you for the good work on this library. I am implementing background-color AND margin-top on inline styles. This creates 2 nested spans from the following `styleToHTML` function: ```js...