zouhir / preact-habitat

Zero configuration Preact widgets renderer in any host DOM
MIT License
518 stars 43 forks source link

Broken example: ReferenceError: Welcome is not defined #37

Closed stephenmathieson closed 5 years ago

stephenmathieson commented 5 years ago

Error is present on the linked example site: https://preact-habitat-inline.netlify.com.

Looks like an import was missed and a component wasn't committed. See https://github.com/zouhir/preact-habitat/blob/v3.2.1/examples/login-form/src/components/widget.js#L30