Closed Faboslav closed 1 year ago
It says that o
is string | symbol
, in that case would o.toString().toUpperCase()
help?
Any chance you can try 4.0.9 or 4.0.11 and let me know how it works?
With newest version of 4.0.11 this seems to be fixed now, thanks!
Terrific! Thanks for checking!
Hello, i am trying to use itty-router v3.0.11 on node 18.16.0 on docker and i got following error from it:
what can i do about it? All i need to do is import the itty-router like following:
import { Router as BaseRouter } from "itty-router";
and there is an error.