Open scags9876 opened 7 years ago
Addresses:
@scags9876 have you published your 'fork' to npm ?
If that's not the case, how can one use your code directly from github (since the compiled lib doesn't exist in github)
@jbrodriguez I have not published to npm... I'm waiting for @MandarinConLaBarba to merge this PR so he can publish.
In the meantime, i've got the following in my package.json:
"react-tree-menu": "git://github.com/scags9876/react-tree-menu.git",
It points to my master branch on my fork, which has the precompiled lib... see https://github.com/MandarinConLaBarba/react-tree-menu/pull/31#issuecomment-280138789
this PR now includes the fix for the undefined PropType from https://github.com/MandarinConLaBarba/react-tree-menu/pull/33
@jbrodriguez I have not published to npm... I'm waiting for @MandarinConLaBarba to merge this PR so he can publish.
In the meantime, i've got the following in my package.json:
"react-tree-menu": "git://github.com/scags9876/react-tree-menu.git",
It points to my master branch on my fork, which has the precompiled lib... see #31 (comment)
Thanks!! helped me a lot!! /o/ Mandou muito! (BR)
Some useful stuff in here, thought others might benefit from these changes.