Results 3 issues of Vince-vegas

How did your API KEY is not viewed on the NETWORK(Dev Tool)

// CSS @keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn;...

Why the last item is shown. I set it to centerMode: true ``` const App = () => { const settings = { dots: true, cssEase: 'linear', infinite: true, speed:...