HttpStatusCode not working

is it just me or <HttpStatusCode/> not working? here's the code I'm trying for the route
import { HttpStatusCode } from "@solidjs/start"

export default () => <>
<HttpStatusCode code={404}/>
<h1>404</h1>
</>
import { HttpStatusCode } from "@solidjs/start"

export default () => <>
<HttpStatusCode code={404}/>
<h1>404</h1>
</>
it seems to just have no effect, I still get 200 in the browser
1 Reply
ryansolid
ryansolid•6mo ago
Yep.. looks like a bug. It was working before. Seems it isn't now. Yeah found it.. will be fixed in the next version of Solid