fresh icon indicating copy to clipboard operation
fresh copied to clipboard

[[email protected]] Islands under `routes/(_islands)/...` won't be detected as islands

Open miguelrk opened this issue 1 year ago • 1 comments

From this thread:

when placing islands under e.g. routes/(_islands)/MyIsland.tsx, MyIsland won't be picked up as an island like it did in 1.x. Placing it under islands/MyIsland.tsx does work.

miguelrk avatar Jul 10 '24 13:07 miguelrk

I tried a few scenarios but I'm not able to reproduce that. Islands from routes/(_islands)/MyIsland.tsx are successfully loaded on my end.

marvinhagemeister avatar Jul 16 '24 10:07 marvinhagemeister

it seems islands with same names are messy, something like

_routes/a/(islands)/Hello.tsx _routes/b/(islands)/Hello.tsx

/b got the Hello island from /a

jsr:@fresh/[email protected]

mindon avatar Oct 29 '24 08:10 mindon