Micheal Pearce

Results 7 comments of Micheal Pearce

I think you'd need to do `dayjs(input).isUTC()`. `dayjs.utc()` should always generate UTC.

Do you have a example of it causing a hydration error? I currently use Teleport perfectly fine within my vite-ssr app. Is the element you're teleporting to rendered by Vue...

The build command would also need some kind of solution I am now realizing

I found that adding `module.exports = 'i love you'` to the `index.js` of the package fixes the issue. Looking into the vite code that logs the message, I found a...

Also found it could be fixed by just adding `module.exports` as a comment ![image](https://user-images.githubusercontent.com/8726457/174528696-8a4b4659-0422-47c8-aebb-e53d9b3165a5.png)

I have been experiencing a similar issue on v3.2.37. I am using vite & vite-ssr. The issue seems a bit different for me however. I have a component that looks...

Same issue it seems. Ubuntu 20.04 ``` info: CPU Name: AMD Ryzen 3 1200 Quad-Core Processor info: CPU Speed: 2408.425MHz info: Physical Cores: 4, Logical Cores: 4 info: Physical Memory:...