Michael Falck Wedelgård

Results 8 comments of Michael Falck Wedelgård

I'ved found out its actually the regex in line 439 that seems to be the problem: var regex = /^([+-]?(?:\d+|\d*\.\d+))([a-z]*|%)$/ This regex won't catch "translate(50px)" I'll try to look into...

@codepunkt uh nice will look forward to it ;)

I would have assumed this would work, but apperently it doesn't: ``` return ctx.sendJson(data, { headers: { "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS", }, }); ```

I'm experiencing the same issue. Im able to see childImageSharp and the whole schema in GraphQL, but querying for data it returns childImageSharp: null. I'm not using Gatsby v2

@nikhilag great! I'll try it out

The script uses the element.classList property which is not supported in IE9. You could use a polyfill to fix it :) Like this one: https://github.com/components/classList.js