defer-run / defer.client

Zero infrastructure Node.js background jobs

Home Page:https://www.defer.run/docs/introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build logs link have console issues

pnutmath opened this issue · comments

commented

Hello Team,

https://app.defer.run/applications/2LzXGMiExoerd1dbGwJjUs5p9Ya/build/2LzzrTgBlXQ1FQV2EiamXMHnudg

The page rendering on above link have some issues related to react, please fix it!

React Router caught the following error during render TypeError: Cannot read properties of null (reading 'compileCommandLog')
    at gS (Build.tsx:146:13)

I click on above link from below page's commit build status link:
pnutmath/defer-demo@da977a5

@charlypoly Do we support only Typescript for this? No Plain JavaScript?

Hi @pnutmath!

Thank you for spotting this! 🦅
It should now be solved.

Do we support only Typescript for this? No Plain JavaScript?

We only support TypeScript projects for now.

commented

Any specific reason that we are not supporting plain JavaScript? @charlypoly

The main motivation is that our client, @defer.run/client provides a superior experience when used with TypeScript, so we prioritized this way.

Would you need JavaScript support?