Joonas Krohn
Joonas Krohn
Thanks, @pietroanello! I can confirm that` dateFormat={["Pp", "P"]}` fixes the issue.
Any updates on this?
I second this. I had to create unnecessary mock components to my main classpath to get this plugin working. Test classpath already had such mocks, but they are of course...
Might be related to https://github.com/gooftroop/react-image-magnify/issues/3
Found out that the problem is somehow related to component state. We can make it work by re-rendering the component after a small delay, like this: ``` export default function...
Any progress yet? Our users are running to this issue in production, despite the re-render after 10 ms. We will try a larger delay, but of course a fix would...