sholladay / pogo

Server framework for Deno
Mozilla Public License 2.0
482 stars 32 forks source link

README: React JSX Example Fails #26

Closed chrisVillanueva closed 4 years ago

chrisVillanueva commented 4 years ago

Hi.

I tried to run your React example using code in the README. deno complains about the code:

pogo-errors

sholladay commented 4 years ago

Those errors are coming from Deno's std library, not Pogo itself. I'm guessing it's an incompatibility with your version of Deno. What do you get when you run deno --vetsion?

Pogo (and the version of std it depends on) is currently tested against Deno 0.41.0. I know the release candidate for 1.0 was released recently - will update soon. PR to update the version of std is welcome.

patlehmann1 commented 4 years ago

I can update to std version 0.50.0, however this was just pushed up an hour ago, your call. https://github.com/denoland/deno/blob/master/docs/runtime/stability.md

chrisVillanueva commented 4 years ago

Those errors are coming from Deno's std library, not Pogo itself. I'm guessing it's an incompatibility with your version of Deno. What do you get when you run deno --vetsion?

Pogo (and the version of std it depends on) is currently tested against Deno 0.41.0. I know the release candidate for 1.0 was released recently - will update soon. PR to update the version of std is welcome.

Thanks for the quick reply. Here is the information you requested:

deno 1.0.0-rc1 v8 8.2.308 typescript 3.8.3