Andreas
Results
2
comments of
Andreas
The issue only occures if the model is loaded using [load()](https://github.com/axa-group/nlp.js/blob/67084cd01c18a14e79c49c47bf5072f3c04b9372/packages/nlp/src/nlp.js#L546) or using [import()](https://github.com/axa-group/nlp.js/blob/67084cd01c18a14e79c49c47bf5072f3c04b9372/packages/nlp/src/nlp.js#L535). It does not occure if process() is called right after train().
I can confirm that the error does not occure when NODE_ENV is set to `production`. In `development` mode the error ist still present, even in the latest version 4.16.0. React/react-dom...