akiran/react-slick

appendDots is overriding className declarations

Open

#1.533 geöffnet am 11. Apr. 2019

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (11.386 Stars) (2.109 Forks)batch import
good first issue

Beschreibung

with this configuration appendDots: dots => <div className="myClass"><ul>{dots}</ul></div>,

div.myClass is reasonable to expect for, div.slick-dots is resulting tough.

Contributor Guide