Wahaj

Results 10 comments of Wahaj

@jalkire was able to validate that the build is green on MacOS 11.6.4.

Update: with a minor change, was able to validate the branch on Windows as well. Started looking into using the "minified" version of the bundles and started seeing an error...

On further investigation, this seems to be related to this issue: https://github.com/dequelabs/axe-core-npm/issues/479 Updating to axe-core 4.4.0 fixed the build with minified JS.

Did some further work on this. - Unified doesn't seem to work at this moment: unclear what the issue is or what it's with. Ultimately, we can execute this change...

Investigation on the minified axe-core producing ```axe is not a function``` error. - I still **do not** fully understand what's causing this issue. It could be a bad interaction with...

Update: - Manifest V3 dev build is now functional - Report package is now functional I think the next step will likely be to "productionize" the changes necessary for the...

I've updated the parent to reflect current status of the esbuild migration. Re: `axe is not a function` - This error could've easily been avoided had I used the IIFE...

My idea was to add something like this: ![image](https://user-images.githubusercontent.com/32555133/123671361-08d2f580-d7f3-11eb-846a-1f38e9d5bcc5.png) This extra text on the bottom would only show if permissions were not granted. I believe we could decide then what...

No worries! 😄 Effectively speaking, I'm thinking of something like this: https://github.com/Jimdo/typings-for-css-modules-loader#banner-option

Hi Wilco, We're seeing the transition issue as well. Here's a simple codepen that can repro it: https://codepen.io/dbjorge/pen/mdRopqe The related issue on our end pertains to a carousel specifically, here:...