Sai Krishna

Results 56 comments of Sai Krishna

Thank you so much for your work @privatenumber Here's a minimal repo: https://github.com/s-kris/test-esbuild-custom-server-typescript-app (do checkout the commit log) **Note:** I just saw that vercel deprecated this particular module because they...

Thanks @vj-abishek @ankeetmaini any plans to merge this fix?

Strangely, both of the links work in chrome android.

This bug affects normal mode too. (not just inverse mode)

Hey @vj-abishek no explanation needed :) Wish you the best!

I'm using default mode (not inverse mode). Just tested in chrome android (latest version), firefox + edge + chrome on macbook but as mobile mode using developer tools but still...

I had the same error when I tried to upgrade to the latest version: `Elder.js error in transform. SyntaxError: Unexpected token l in JSON at position 2` Downgraded to version...

hey @nickreese basically, we can check for this and throw a relevant errors like this. ``` try { JSON.stringify(props); } catch (e) { throw new Error(`Elder.js only supports valid JSON...

Thank you! 1. Yes! I triple-checked. 2. `Type error: Parameter 'props' implicitly has an 'any' type.` (this doesn't happen outside of caprover) 3. Okay