**Describe the bug** This blows up when its referenced in the browser. https://github.com/zio/zio-http/blob/28c9de1d09b9d8da903dd80edda4a5c4277a5b88/zio-http/shared/src/main/scala/zio/http/Header.scala#L4151 **To Reproduce** On snapshot - [3.0.0-RC4+77-66867e7f-SNAPSHOT/](https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-http_2.13/3.0.0-RC4+77-66867e7f-SNAPSHOT/) ``` object Main extends ZIOAppDefault{ def run = ZIO.succeed(Header.UserAgent) } ``` <img width="1720" alt="Screenshot 2024-02-27 at 4 40 59 PM" src="https://github.com/zio/zio-http/assets/2054940/f6e97e46-bdc4-4c47-a9d1-2779633d4205">
Describe the bug
This blows up when its referenced in the browser.
zio-http/zio-http/shared/src/main/scala/zio/http/Header.scala
Line 4151 in 28c9de1
To Reproduce
On snapshot - 3.0.0-RC4+77-66867e7f-SNAPSHOT/