Thomas

Results 18 comments of Thomas

I have 2 files being watched and simply changing a string in a static html file takes over a second for a reload - seems very slow

I'm having the same problem. Building inside a React component and enabling in either componentDidMount or componentDidUpdate. The options I'm using are: ``` new Medium({ element: this.getDOMNode().querySelector('.preview-content'), mode: Medium.richMode, autoHR:...

Same error in partialMode.. inlineMode works fine.. the bug only happens after typing a few characters fairly quickly edit: no it happens when creating slowly.. seems that when the first...

This makes it work ``` tags: { paragraph: null } ``` but now inserting unnecessary `` tags where a `` would be more suitable for the text content. Also seems...

Click on the editor for the rich editor in your demo, press delete twice (you'll see the caret position change slightly despite their being no text), then type three characters...

Mmm did you bump the version at all after making this change? I'm noticing no difference for my implementation. edit: your demo page still performs exactly the same too

Here's a video demonstrating the behaviour - you can see the code used to implement and the current version tracked by npm. [MediumJSErrorDemo.sm.mov | uploaded via ZenHub](https://files.zenhub.io/54d1f18820cff39e73813f1b)

edit: moved to https://github.com/airbnb/babel-plugin-dynamic-import-webpack/issues/42

Good point @ljharb I thought it was related at first but then realised my module resolver setup is only used in SSR! The issue I have is more specific to...

updated version recently to fix double asset load. still es5