Open tommoor opened 5 years ago
The problem is that ext
can become undefined
at https://github.com/ianstormtaylor/slate-plugins/blob/d057c71e94a9396eba76a4c50d9d0cd840e8b1e9/packages/slate-drop-or-paste-images/src/index.js#L109
But that code is bad anyway, it won't handle .foo.jpg
or bar.old.jpg
. Better to use a regex like /([^.]+)$/.exec(name)
Do you want to request a feature or report a bug?
Bug 🐛
What's the current behavior?
Uncaught TypeError: Cannot read property 'includes' of undefined
What's the expected behavior?