David McClymont

Results 4 comments of David McClymont

ok i can turn it into a string this way ` string_of_charset = "" for x, i in enumerate(charset): string_of_charset+=str(i[0])` But I get the error > Traceback (most recent call...

No probs. My two use cases are: 1) Custom 404. You cant make a custom 404 now as no components will be rendered 2) I am using chakra.box as an...

Custom or built in 404s do not render at /404. I am trying to handle and return /404 under certain cases that i check for. Automatically returning 404 on random...

Problems with dynamic routes return the broken /404 automatically as well.