Joe Maffei

Results 5 comments of Joe Maffei

@annam002 I was able to get around the aria-label issue with a less-than-elegant solution: ```vue import { onMounted, ref, useAttrs } from "vue"; const attrs = useAttrs(); const wrapper =...

Oddly, this is the only driver so far that has been working for me -- on Graphene or locally.

> Also, it doesn’t allow to send boolean values. Instead of real true or false, it sends strings, e.g. 'true'. That's because FormData values can only be strings or Blobs....

I just built a "Hello world" app in Meteor 1.3 using React. I removed blaze-html-templates and gave it a go. If I mounted my component directly to document.body, it would...

I changed one innocent line of code, yet the build is failing miserably. @pofider Does this prevent the pull request from being accepted?