Ethan Dawes
Ethan Dawes
I believe this has been fixed in 3.6.4 (Issue #242) and the Chrome web store just hasn't updated
Ok, I bumped the version but accidently made a merge conflict in the process sorry 😞
Ok, I took a look at this issue and [made my own fork with some changes](https://github.com/funblaster22/tabwrangler/tree/maniferst3), & it's really unfortunate that it seems MV3 doesn't have exactly suitable replacements for...
For me, the corral only got overwritten once a new tab is wrangled.
This is a feature I would really like too, which is why I'll see if I can get it working & submit a pull request.
That should've resolved the ESLint problem
Ok, I tested it and this version should actually pass the workflow checks
Here is some code to test the changes. While waiting for a fix to pouch-db to allow overriding methods, I used pouchdb version 7 ```html import PouchDB from 'pouchdb-browser'; import...
This is waiting on [a fix from PouchDB](https://github.com/pouchdb/pouchdb/issues/8594) to override preexisting methods in version 8
Correct, it should work on CouchDb 8 after the PR is merged. For the time being, using couchDb 7 works the same. The fork I used to create the pull...