ReactTraining / react-media

CSS media queries for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with SSR + query

tstirrat15 opened this issue · comments

I've been seeing this error when testing out next:

    TypeError: Cannot convert undefined or null to object
        at Function.keys (<anonymous>)

I've got a repro in a test, so I'll see what I can do to fix and then push a PR.

JK. This is addressed in 1179207, but that's not released on NPM yet. @edorivai can you release that and I can test it in my project?

Yeah, I'll actually cut a prerelease of v1 now that it should be backwards compatible!

Alright, react-media@next should now resolve to 1.10.0-alpha.0, take a look!