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
twilio-flex-webchat.min.js:148 Failed to create webChat: TypeError: Handlebars.compile is not a function
at twilio-flex-webchat.min.js:137
at Array.forEach (<anonymous>)
at v (twilio-flex-webchat.min.js:137)
at Module.p (twilio-flex-webchat.min.js:142)
at Function.value (twilio-flex-webchat.min.js:142)
at e.value (twilio-flex-webchat.min.js:142)
at new e (twilio-flex-webchat.min.js:142)
at twilio-flex-webchat.min.js:142
at v (twilio-flex-webchat.min.js:137)
at Generator._invoke (twilio-flex-webchat.min.js:137)
(anonymous) @ twilio-flex-webchat.min.js:148
My project uses Handlebars as well, version 3.0.3, but I only include the runtime library because all templates are compiled ahead of time during a project build step.
Looks like there is some sort of conflict. If flex-webchat-ui was open-source I could try to fix it myself but since it's not, I'm reporting the issue on this repo. Sorry, I don't know where else to send it.
The text was updated successfully, but these errors were encountered:
After including twilio-flex-webchat.min.js:
My project uses Handlebars as well, version 3.0.3, but I only include the runtime library because all templates are compiled ahead of time during a project build step.
Looks like there is some sort of conflict. If flex-webchat-ui was open-source I could try to fix it myself but since it's not, I'm reporting the issue on this repo. Sorry, I don't know where else to send it.
The text was updated successfully, but these errors were encountered: