cssinjs/jss

Media query styles applied only to the first element in function

Open

#1.320 geöffnet am 25. März 2020

Auf GitHub ansehen
 (26 Kommentare) (6 Reaktionen) (1 zugewiesene Person)JavaScript (434 Forks)batch import
feature requesthelp wanted

Repository-Metriken

Stars
 (7.000 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Expected behavior: when changing screen size media query in function should apply styles to all the component that uses it

Describe the bug: only the first component gets the styles of media query in function, it looks like it was introduced in 10.0.1

Codesandbox link: https://codesandbox.io/s/react-jss-playground-nwurq

Versions (please complete the following information):

  • jss:10.1.1
  • Browser saw it on chrome, havent tested others
  • OS windows10:

image

Contributor Guide