Skip to content

Conversation

TheNoumanDev
Copy link
Member

When we use Ensemble provider , we get the custom widget as {Import: [User], inputs: [customProperty], body: {Column: {children: [{Button: {label: click me, onTap: isBracketSupported(); }}]}}}

But when we have CDN and Local provider, we get the custom widget as {Import: [User], Widget: {inputs: [customProperty], body: {Column: {children: [{Button: {label: click me, onTap: isBracketSupported(); }}]}}}}

So for cdn and local we move the Widget nested keys to the root to have teh same strcuture as ensemble provider

@TheNoumanDev TheNoumanDev linked an issue Oct 9, 2025 that may be closed by this pull request
@TheNoumanDev TheNoumanDev self-assigned this Oct 9, 2025
@TheNoumanDev TheNoumanDev merged commit 37e7a27 into main Oct 9, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Scripts are not working in custom widgets for cdn provider

2 participants