Dagur Páll Ammendrup
Dagur Páll Ammendrup
PR created https://github.com/marnusw/react-css-transition-replace/pull/101
The Next.js instructions can't be used with CRA. Anyway, since this was a new project I opted for Vite instead. That worked without issues.
I tried that first using instructions that I found on Google but there's version conflicts with the latest version of create-react-app
I'm also having problems with lists and `` tags This ``` * One * Two * Three * Four * Five ``` gives me ``` One Two Three Four Five...
Anyone have a workaround?
Instead of doing that you can overwrite the rule like this. It's the same as in the source, only with fewer spaces. ``` this.turndownService.addRule('listItem', { filter: 'li', replacement: function (content,...
A copule of comments: - Doesn't work if you use "commonmark" instead of "full" - README needs to be updated
groupBy is great but this ``` const [even, odd] = [1,2,3].partition( x => x % 2); ``` is much nicer than ``` const { 0: even, 1: odd } =...
Maybe this service should be removed since it can't be fixed?