Barry Becker
Barry Becker
/review @abhi-zapr
I am seeing a very similar exception using latest ESlint plugin in intellij 2019.1 It has occurred over 100 times. Error running ESLint inspection: java.lang.IllegalArgumentException: Argument for @NotNull parameter 'nodeInterpreter'...
I just [opened an issue](https://github.com/iamkun/dayjs/issues/2238) that looks similar to this.
I also don't understand why these 2 things are not equal ``` expect(dayjs.utc({ year: 2018, month: 2, day: 10 }).valueOf()) .toEqual(dayjs.tz({ year: 2018, month: 2, day: 10 }, 'UTC').valueOf()); ```
Some other related issues: https://github.com/iamkun/dayjs/issues/1271 https://github.com/iamkun/dayjs/issues/586