You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems to be a great one, to be used on the cli tools to validate before generating the widget, not part of the widget
ideally:
validating/warning the schema
as a documentation (zod can generate it)
potentially automatically merge default values with the config used to generate the widget (and simplify the code so instead of having a lot config.component.bla.key ||defaultValue)
The text was updated successfully, but these errors were encountered:
we have a few different jsons:
campaign and widget have a lot of overlap (journey, component, layout, portals, locales)
https://github.com/colinhacks/zod
seems to be a great one, to be used on the cli tools to validate before generating the widget, not part of the widget
ideally:
The text was updated successfully, but these errors were encountered: