Yusuke Wada
Yusuke Wada
@exoego Okay! Let's go!
Hi @kristianfreeman We can't use the `app` imported from `../server` in the middleware or handler in `/app/routes/*`. Instead, you can make a "base" app and use it. `/app/server.ts`: ```ts import...
This can be fixed!
Hi @aulneau Thank you for using HonoX! The sharing of states and variables between Islands is not supported. I knew there would be requests for it, but at first, we...
@aulneau Thanks! I'll check it, and #80 might resolve the issue. > I've also noticed that islands specifically need `export default function` to work. I can't do a named export...
@janat08 @sor4chi Thanks! Closing the issue.
Hi @maoosi This is a workaround: ```ts export default createYoga({ fetchAPI: { fetch, Request, ReadableStream, Response }, // 'world' } } }) }) ```
This matter will be resolved in the PR #1804.
@ersinakinci Sorry for the delayed reply. > HonoX generates a wrapper `` tag that interferes with the CSS parent/child relationship and the CSS rule isn't applied. Yeah, this causes some...
Astro has the same issue. One user wrote a blog post about how to apply CSS to islands in the Astro application: https://zellwk.com/blog/overcoming-astro-styling-frustrations/ Astro and Hono are using the same...