joshwcomeau / react-flip-move

Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.
http://joshwcomeau.github.io/react-flip-move/examples
MIT License
4.09k stars 258 forks source link

error in date in examples web page's footer #255

Open j-tesla opened 3 years ago

j-tesla commented 3 years ago

https://github.com/joshwcomeau/react-flip-move/blob/9b7033c52865202b1ea27265baa7fa4c8779eb2a/examples/components/Footer.jsx#L26

Is new Date() purposefully left as text? If not, I think enclosure with {} is missing.