react-typeform-embed
react-typeform-embed copied to clipboard
Handle Errors
There are no error handlers like onError
or something like this and when an error occurs, like this one:
from my understanding, there is nothing one can do about it.
Also - Seems to be making a request to admin.typeform.com
, even though that is not the passed-in surveyUrl
. Why is this making additional requests?
Any update about this?
Our Sentry is overflowing these errors. Any insights to handle this will be appreciated. Thanks
According to this issue: https://github.com/Typeform/embed/issues/83, this might be solved by upgrading @typeform/embed
to latest version.
I fixed mine with a little help from https://github.com/Typeform/embed. had the same error when with this code:
Fixed it when I switched to using '@typeform/embed' in