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:
I've worked around this for now by wrapping the contents of my middleware with a try/catch and logging the error.
For a while, I was seeing this cryptic error message:
After a bit of digging, I found that I had an error in my
textToEntitymiddleware 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.