nomad5000
nomad5000
Yes have a fix for this don't know if it is good style. Just drop selection in the handler for each button Am Donnerstag, 3. November 2016 schrieb Jeremy Dagorn...
hey, how do I run the tests? I get following error when doing npm test `FAIL __tests__/markdownEditor-test.js ● Runtime Error SyntaxError: Unexpected token ] at createMockFunction (/Users/michael/GitRepos/react-markdown-editor/node_modules/jest-mock/src/index.js:163:10) at makeComponent (/Users/michael/GitRepos/react-markdown-editor/node_modules/jest-mock/src/index.js:246:9)...
OK Solved there was a mock problem with the markup package. I would like to submit a PR. Do not have permission to push a branch though
Actually I checked github's md editor. It works as follows: - Select text - Apply Button - Markdown around the selected text - Text stays selected - Press Button again...
Hi, I want to start using react and was building my first use case. Then I required a md editor. So I started to look around. I found yours was...
Yes I will, One thing. I want to change the code of the library and use the updated library when running the examples. Is there a proper way to do...
I tried but I get some errors that I can't fix with that approach Am Freitag, 4. November 2016 schrieb Jeremy Dagorn : > You should be able to use...
Michaels-MBP:Example michael$ webpack Hash: 12e432292ea5f1a86e8a Version: webpack 1.13.3 Time: 2372ms Asset Size Chunks Chunk Names bundle.js 742 kB 0 [emitted] bundle bundle.js.map 865 kB 0 [emitted] bundle [0] multi bundle...
No Problem, It’s late here I will check tomorrow. ;) I think it has something to do with webpack not being able to handle symbolic links > Am 04.11.2016 um...
http://webpack.github.io/docs/troubleshooting.html#npm-linked-modules-doesn-t-find-their-dependencies This might be the solution :) Am Freitag, 4. November 2016 schrieb Michael Schmidt : > No Problem, > > It’s late here I will check tomorrow. > >...