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
Running the http example and pressing the Naughty button should create an error that is sent up to the onError handler, which in its turn should display the error on page.
Actual behavior
The onError handler fails with error createSend is not a function.
Steps to reproduce behavior
Clone main repo, npm install, cd to http example, npm install, npm start and then press Naughty button.
The text was updated successfully, but these errors were encountered:
Expected behavior
Running the http example and pressing the
Naughty
button should create an error that is sent up to the onError handler, which in its turn should display the error on page.Actual behavior
The onError handler fails with error
createSend is not a function
.Steps to reproduce behavior
Clone main repo, npm install, cd to http example, npm install, npm start and then press
Naughty
button.The text was updated successfully, but these errors were encountered: