Andre Vitorio
Andre Vitorio
Hey @mamunonweb, I wasn't aware this was happening. I'll take a look at it and try to create a fix sometime this week. Feel free to try to fix it...
Hey @paulschreiber, Thanks for fixing these. Could you fix the conflict with the new copy on the introduction file? I'll merge it when that's done. Cheers!
I'm facing the same problem.
Hi @ddresch, Can you inform me your next, react and outstatic versions? Woukd it also be possible to share your [slug] file? Thanks.
Try upgrading outstatic to the latest version. Let me know if it works. But I've seen this error before, usually it's because 'fs' should only be called on the server...
Are there any documents inside your /offers folder?
As a side note, I just cloned the example project (deploy with vercel), and changed the values to reflect your `package.json` versions and was unable to replicate the `fs not...
Hey @ddresch, I'm closing this due to inactivity. Let me know if you need further help.
iOS Safari 15 resize issue that is not your problem but may need a work around (workaround included)
If anyone is facing this issue with the React implementation I've managed to patch it by disabling resize on `onAfterInit`. ```javascript const disableSwiperResize = (swiper) => { if (swiper.device.ios) {...
@jonit-dev Did you mean `"jsx": "react-jsx"`?