-
-
Notifications
You must be signed in to change notification settings - Fork 98
tslib dependencies vs devDependecies in 1.x releases #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@lnhrdt sure thing, I'll do it in a next hour |
Thanks for the fast help @piotrwitek! I really appreciate it, and this tool looks really promising. I'm still having problems a working application with 1.1.3 because I can't figure out how to create a RootAction type. It seems I know you're cooking up some really cool stuff for v2.x but until that's ready do you have an up-to-date example using 1.1.3? The API seems to have changed so much through the 1.x versions that docs aren't helping me and I haven't been able to figure it out on my own. |
If you still want to stick to 1.1.3 the only thing I can advise is to get $call from here: https://github.com/piotrwitek/utility-types/tree/v1.1.0 |
@piotrwitek awesome, thanks for the tip! |
tslib is declared under devDependencies but it makes test fail and should instead be declared under dependencies.
I see you've fixed it for the upcoming 2.0 (thanks!) but the issue is also present in the 1.x releases (verified in 1.1.2). Can you release a fix for the 1.x releases as well?
The text was updated successfully, but these errors were encountered: