So far, 0.2.6 version is latest one, and I'm utilizing the version.
During that, I found mistake, as you can see in the image, type should be like
type Correct = {description: string, value: string}[]
But in the 0.2.6 version, it's
type Wrong = [{description: string, value: string}]
So that, it can have only one element.
I've looked into a Github code, and it looks it's already fixed.
By any chance, the last needs to be done would be just deploying new version(0.2.7) to NPM, I guess.
It would be great if you do that.
Appreciate for your great module :)
So far, 0.2.6 version is latest one, and I'm utilizing the version. During that, I found mistake, as you can see in the image, type should be like
But in the 0.2.6 version, it's
So that, it can have only one element. I've looked into a Github code, and it looks it's already fixed. By any chance, the last needs to be done would be just deploying new version(0.2.7) to NPM, I guess.
It would be great if you do that. Appreciate for your great module :)