Zendesk-garden is not working in iframe.html

1 Comments

  • Eric Nelson
    Zendesk Developer Advocacy
    Hi KD,

    The reason you are getting ReferenceError: require is not defined is because nowhere in your html page is require included. Require does not come with your standard JavaScript library (what is html compatible). If you'd like to use Zendesk Garden components. Use them in js files and then have those compiled into the html file. This app is a good example of doing this. Checkout how I'm handling using Zendesk Garden in the webpack.config for a bit more context on how to do this.

    Thanks,
    0

Please sign in to leave a comment.

Powered by Zendesk