You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task start deno run --allow-net --allow-read src/server.ts
Check file:///home/will/Code/todos/sweet/src/server.ts
error: TS2339 [ERROR]: Property 'render' does not exist on type 'RouterContext<string, ParamsDictionary, Record<string, any>>'.
ctx.render("index.hbs", {});
Copying the demo showed in the readme using handlebars
ctx.render
doesn't exist?The text was updated successfully, but these errors were encountered: