Den
Results
2
issues of
Den
I have a problem with this composition: ``` defineQuery([ Changed(FirstComponent), SecondComponent ]) ``` I understand this composition as follows: if FirstComponent changed, and this entity also has SecondComponent, then give...
bug
I tried to build by `npm run build:dist:chrome` on node v12.22.12, it failed with error ``` await webExt.main(absolutePackageDir); ^^^^^ SyntaxError: Unexpected reserved word ``` I solved it by set node...