João Pinto

Results 7 comments of João Pinto

I'm using the v4.14.1. My .yo-rc.json is the following: `{ "generator-jhipster": { "promptValues": { "packageName": "com.organon.pomar" }, "jhipsterVersion": "4.14.1", "baseName": "POMAR", "packageName": "com.organon.pomar", "packageFolder": "com/organon/pomar", "serverPort": "8080", "authenticationType": "jwt", "cacheProvider":...

You can workaround this issue if you deep clone the options every time you assign it. You can use lodash or use something like JSON.parse(JSON.stringify(options));

@s0rta, both. I have a CustomParagraphNode that extends ParagraphNode and a CustomTextNode that extends TextNode.

Thanks, @s0rta. I'll try to do this whenever I have some free time.

I'm no longer able to reproduce this in the latest version so I'll be closing the PR.

@ivailop7, not sure if this is helpful but this is also happening on v0.11.3 (did not confirm but it's likely that it was happening before that as well). In addition...