-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: remove incompatible edge packages #126
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
exclude: [ | ||
/.+\.(gif|jpe?g|tiff?|png|webp|bmp|woff|eot|woff2|ttf|otf|ico|txt)$/, | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was blocking devtools script from loading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, this will break serving assets that coexist on the same level as hono routes.
@@ -245,7 +245,7 @@ export function Tabs() { | |||
<div | |||
class={rowClass} | |||
x-cloak | |||
x-show="data.context.verified !== undefined" | |||
x-show="body && data.context.verified !== undefined" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated tweak: only show verified when there's a frame packet (e.g. request body)
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/frog@0.4.8, npm/happy-dom@13.3.8 |
removed
@farcaster/core
andhappy-dom