sinclairnick / brail

💌 Transactional email that feels different
https://brail.dev
Apache License 2.0
258 stars 6 forks source link

`withBrail` breaks with any page named `[foo].tsx` in Next. #34

Open jamesmoss opened 1 year ago

jamesmoss commented 1 year ago

The regex in extractFileParts is too naive and needs to include squared brackets in the filename portion.

sinclairnick commented 1 year ago

Hey @jamesmoss thanks for pointing this out. Agreed. The current approach is too naive. I am currently reworking things to be more robust and less coupled.