Open j-tesla opened 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.
new Date()
{}
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.