sendcookiesplz
TypeError: str.split is not a function
Hey Gang. Im following along this tutorial:
https://deno.com/blog/build-a-blog-with-fresh
But I am running into some major issues. In the last step it tells me to use gfm (https://deno.land/x/gfm/mod.ts) to get the rendering markdown functioning. Like this:
But whenever I try to use this, I end up throwing this error:
I dont know if there's an issue with emojify, or if I have forgotten to use some standard library? It seems that string should have split().
By deno.json:
2 replies