Iha Shin (신의하)
Iha Shin (신의하)
The test started to pass even without the fix 🤔 let me figure out what's happening...
I haven't looked into this for a while. Maybe we could just close the PR since it wasn't possible to reproduce the issue after rebasing....
`turbo-stream`, a Seroval-like streaming ser/de package that is used with React Router, does not use `eval`, and therefore performs pretty poorly: https://github.com/lxsmnsyc/seroval/pull/55/commits/b5f7bf05fe52718cb7dcae849e5ff683c06df729
Worth mentioning this I guess: https://bjornlu.com/blog/trailing-slash-for-frameworks#servers
I guess it's an edge case that was not handled correctly from https://github.com/biomejs/biome/pull/996. I'll look into it after fixing https://github.com/biomejs/biome/issues/1637.
I'm not sure how many edge cases we should handle. Currently having these in mind: - TS `as` operator (`useRef(foo) as MutableRefObject`) (`eslint-plugin-react-hooks` only handles this) - TS `satisfies` operator...