sendcookiesplz
sendcookiesplz
DDeno
Created by sendcookiesplz on 8/18/2023 in #help
TypeError: str.split is not a function
Nevermind, I figured it out. Turned out that I was passing in props.data which is wrong, as its an object, not a string. What I had to do was props.data.content. I think IntelliJ needs better Deno integration..
2 replies