Skip to content
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

feat: add option for bootstrapping config in JS SDK #569

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

ajwootto
Copy link
Contributor

@ajwootto ajwootto commented Oct 17, 2023

  • add bootstrapConfig option to provide initial config to JS SDK

@vercel
Copy link

vercel bot commented Oct 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
js-sdks-next-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2023 5:10pm
js-sdks-web-elements ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2023 5:10pm
js-sdks-with-provider ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2023 5:10pm

@@ -43,6 +43,7 @@ type variableEvaluatedHandler = (

export type DevCycleOptionsWithDeferredInitialization = DevCycleOptions & {
deferInitialization: true
bootstrapConfig?: never
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've never seen never before...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants