Mismatch between npm and github
On the npm, there is version 2.3.0 available as the latest release. Latest release on Github is 2.2.7. This leads to issues with missing types exports in newest version as it is probably incomplete yet.
Expected Behavior
When installing latest version via npm, latest release from github should be installed.
Current Behavior
When installing latest version via npm, incomplete version 2.3.0 is installed.
Possible Solution
Unify versions available on github and npm
Steps to Reproduce
npm i @pixi/ui
Thanks for pointing @qubrat, Should be fixed now
@CyberDex i'm not sure this has been fixed actually - the types are mismatching in 2.3.0, but if I install 2.2.7, they work fine
@CyberDex i'm not sure this has been fixed actually - the types are mismatching in 2.3.0, but if I install 2.2.7, they work fine
Can you make a screenshot of the errors please?
I have same problem @CyberDex 2.2.7 works well but updating after 2.3.0 I got this:
@qubrat , @aroman , @caglarenes should be fixed in v2.3.2, thank you for help.