Maksim Semenov
Maksim Semenov
I'm having an issue with Dexie.Observable in service worker. I'm using `importScripts' to load the modules: ``` sw.js importScripts("https://unpkg.com/[email protected]/dist/dexie.min.js","https://unpkg.com/[email protected]/dist/dexie-observable.min.js"); const actionsDB = new Dexie('linkpt:actions') actionsDB.version(1).stores({ actions: `&id` }) console.log('sw', actionsDB)...
I'm trying to use `order/properties-order` rule with `emptyLineBefore: 'always'`, but it does not add an empty line. Here is the repo with a reproducible example: https://github.com/maksimsemenov/stylelint-order-bug If you run `npx...
I'm trying to create a JSXFragment node, but jscodeshift throws an error: ``` Cannot read property 'selfClosing' of undefined ``` [Reproducable example](https://astexplorer.net/#/gist/f188096419502afb954165e498de0bb7/8eda9801456f710bba92db648e3fa541466120b6) [It works fine with JSXElement](https://astexplorer.net/#/gist/f188096419502afb954165e498de0bb7/2ce89f46debf46770d4b9c278488fe2f7c157c03)
# 🙋 Feature Request React aria has a lot of code that ensures that it works correctly across different browsers. I think it will be very helpful to make this...