- Notifications
You must be signed in to change notification settings - Fork927
feat: create experimental template embed page for dynamic params#17999
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
7c28011
to71d0a19
Compare97fe2be
toe9671b9
CompareThere 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.
@BrunoQuaresma might have more context/thoughts on this page than me if you have time to get a review from him, but it all looks reasonable to me
if (parameters) { | ||
const serverParamValues: Record<string, string> = {}; | ||
for (const p of parameters) { | ||
const initialVal = p.value?.valid ? p.value.value : ""; |
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.
constinitialVal=p.value?.valid ?p.value.value :""; | |
constinitialVal=p.value?.valid??""; |
more question marks in exchange for being slightly terser 🤷♀️
6877142
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
resolvescoder/preview#58