AndreasFaust / react-ticker

React Ticker is a lightweight, performant React component, that moves text, images and videos infinitely like a newsticker.
https://andreasfaust.github.io/react-ticker/
288 stars 50 forks source link

Headline 1 is fixed and headlines stops in 6 #65

Open jonah2xm opened 2 years ago

jonah2xm commented 2 years ago

react ticker is not working in the simple ticker function from npmjs

the code :

function App() { return (

{({ index }) => ( <> This is the Headline of element #{index}! )}

); }

results: Screenshot from 2022-10-11 22-38-13