-
-
Notifications
You must be signed in to change notification settings - Fork 73
[WIP] add ViewConfig arg to NitroView
#1055
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
base: main
Are you sure you want to change the base?
Conversation
|
@hannojg is attempting to deploy a commit to the Margelo Team on Vercel. A member of the Team first needs to authorize it. |
|
Nice, this can replace a part of my patch. |
|
Any update? |
| // console.log("VIEW CONFIG TYPE:", intersections.map((u) => ({ | ||
| // name: u.getSymbol()?.getName() ?? '<<anonymous>>', | ||
| // baseTypes: u.getBaseTypes().map((bt) => bt.getText()), | ||
|
|
||
| // }))) |
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.
| // console.log("VIEW CONFIG TYPE:", intersections.map((u) => ({ | |
| // name: u.getSymbol()?.getName() ?? '<<anonymous>>', | |
| // baseTypes: u.getBaseTypes().map((bt) => bt.getText()), | |
| // }))) |
|
|
||
| console.log("🔥🔥🔥 HOT VIEW CONFIG 🔥🔥🔥", viewConfigSpec) |
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.
| console.log("🔥🔥🔥 HOT VIEW CONFIG 🔥🔥🔥", viewConfigSpec) |
Pass an option to nitro view to provide view config configuration.
Goal is to configure recycling support to help with issues as described here: