nr1brolyfan

Results 1 comments of nr1brolyfan

It's at least partly related to slashes. https://github.com/TanStack/router/blob/8edeeaa6a13aab67211299e8cf38cf5f3533d123/packages/react-start-plugin/src/index.ts#L56-L62 It fails on this check because they use different slashes. ```ts id.includes(entry) ``` ```bash id ~/src/client.tsx entry ~\src\client.tsx ``` Windows 11, Node...