zeevl

Results 10 comments of zeevl

Done. https://github.com/lovasoa/react-contenteditable/pull/195

I don't know about expo, but this was super helpful for me (and no, I'm not the author :)) https://yajanarao.medium.com/how-to-use-why-did-you-render-library-in-react-native-a95121978a75

@duggster the main wdyr readme was has a lot of extra and misleading information that isn't applicable to get it working in RN. I got it working quickly by following...

We're seeing this as well, version 8.4.1, electron app with persistence enabled: ``` [92m(errors) Error: FIRESTORE (8.4.1) INTERNAL ASSERTION FAILED: Unexpected state at Mr (file:///Applications/ScribeWare%205.app/Contents/Resources/app.asar/dist/vendor/firebase/firebase-firestore.js:1:46421) at sp.Tc (file:///Applications/ScribeWare%205.app/Contents/Resources/app.asar/dist/vendor/firebase/firebase-firestore.js:1:268833) at sp.enqueue...

@wu-hui We are seeing this with an increasing number of users now, and it's causing data loss and requires an application restart. As such, it's becoming a very severe and...

@wu-hui here's the error immediately preceding the `Unexpected state`: ``` TypeError: e is not a function at au. (file:///C:/resources/app.asar/dist/vendor/firebase/firebase-firestore.js:1:107604) at file:///C:/resources/app.asar/dist/vendor/firebase/firebase-firestore.js:1:2037 at Object.throw (file:///C:/resources/app.asar/dist/vendor/firebase/firebase-firestore.js:1:2142) at i (file:///C:/resources/app.asar/dist/vendor/firebase/firebase-firestore.js:1:940) ``` might be...

For everyone else looking for the quick and dirty summary fix: ``` twemoji.parse(document.body, { base: 'https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/' }); ```

Been dealing with the exact same thing for quite some time. The notarytool history shows it submitted, but seems stuck in "processing". Would love some ideas on how to work...

Interestingly, taking out `pouchdb-adapter-asyncstorage` and instead using [pouchdb-adapter-react-native-sqlite](https://github.com/craftzdog/pouchdb-adapter-react-native-sqlite) results in the exact same problem in the OP. So it's not a `pouchdb-adapter-asyncstorage` problem, but something to do with one of...

I'm getting the same error, this is the `cpuprofile` pulled: ``` $ cat /var/folders/g2/cp3zswzj13xg8gq_7zp4cc4r0000gn/T/sampling-profiler-trace2636271394659753988.cpuprofile {"traceEvents":[{"name":"process_name","ph":"M","cat":"__metadata","pid":12534,"ts":"4948145047","tid":"-1","args":{"name":"hermes"}},{"name":"thread_name","ph":"M","cat":"__metadata","pid":12534,"ts":"4948145047","tid":"12667","args":{"name":"pool-13-thread-"}},{"name":"pool-13-thread-","cat":"pool-13-thread-","ph":"X","dur":0,"pid":12534,"ts":"4948145047","tid":"12667","args":{}}],"samples":[],"stackFrames":{}}% ``` ``` $ yarn react-native info info Fetching system and libraries information... System: OS: macOS...