We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For a while, I was seeing this cryptic error message:
After a bit of digging, I found that I had an error in my textToEntity middleware that was getting swallowed by the middleware handler, I assume here:
textToEntity
draft-extend/src/util/middlewareAdapter.js
Line 70 in 7eab602
I've worked around this for now by wrapping the contents of my middleware with a try/catch and logging the error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For a while, I was seeing this cryptic error message:
After a bit of digging, I found that I had an error in my
textToEntity
middleware that was getting swallowed by the middleware handler, I assume here:draft-extend/src/util/middlewareAdapter.js
Line 70 in 7eab602
I've worked around this for now by wrapping the contents of my middleware with a try/catch and logging the error.
The text was updated successfully, but these errors were encountered: