Trevor C

Results 4 issues of Trevor C

**What is the current behavior?** Looking at the example in Google Chrome the content is displayed properly. While looking at that same example in Safari no content is displayed. **Steps...

**Minimal HTML example** ```html HelloWorld ``` **Options** ```javascript import { convert } from ' convert("HelloWorld"); ``` **Observed output** ``` html-to-text.js:158 Uncaught TypeError: selderee.DecisionTree is not a constructor at compile (html-to-text.js:158:1)...

### Summary: When the modal is closed it focuses on the last focused input field/button. This is unexpected and not clearly documented. I had a button that was only visible...

bug

I'm seeing an error in my unit tests after adding Laika. ``` import noop from 'lodash/noop'; ^^^^^^ SyntaxError: Cannot use import statement outside a module ``` To produce this error...