honojs / honox

HonoX - Hono based meta framework
https://hono.dev
MIT License
1.47k stars 40 forks source link

Islands with a period in name are not detected #95

Open BasWilson opened 7 months ago

BasWilson commented 7 months ago

What version of HonoX are you using?

0.1.5

What steps can reproduce the bug?

Create an island called something like create-project.form.tsx. Hard refresh.

What is the expected behavior?

It should load the island in devtool's sources tab called /app/islands/create-project.form.tsx.

What do you see instead?

Nothing, the file is not loaded.

Additional information

Naming the island create-project-form.tsx does work as intended.

yusukebe commented 7 months ago

This is undocumented and worth considering in the future, but is intentional and not a bug.