kiliman / remix-flat-routes

Remix package to define routes using the flat-routes convention
MIT License
739 stars 25 forks source link

`[]` is not escaping characters correctly #50

Open zhuhaow opened 1 year ago

zhuhaow commented 1 year ago

Given routes/[_]image/index.ts or routes/[_]image.ts, the generated routes are

<Routes>
  <Route file="root.tsx">
    <Route file="routes/[_]image/index.ts" />
  </Route>
</Routes>

I'm on version 0.5.8