-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bug: TypeError on SortBuildInput
#54
Comments
good catch 💪, thank you very much 👍 |
Thanks! Might want to bump the npm version as well to include the smallfix, I'm not sure if that's something can be done via github ps: typeorm-extension might want to bump dependencies version of this package too |
bumped the version of both packages ✌️ Ps: Would be great if you would follow the guideline for conventional commits in the future. |
Thanks! Yes, appreciate you sharing the guideline. Will be helpful in future contributions. Awesome works! |
Receiving this error while using this package as a dependent to
typeorm-extension
package.Versions
Reproduction
Additional Details
Upon compiling our application using
tsc
, we are thrown with the error stated above.Steps to reproduce
What is Expected?
Error should not be thrown on typescript compilation.
What is actually happening?
We might have a solution for this. Changing this line seems to resolve the issue:
rapiq/src/parameter/sort/type.ts
Line 26 in fa5590e
Suggested Change:
extending
T
withRecord<string, any>
does resolve it, but I am unsure if this was the initial author intention.The text was updated successfully, but these errors were encountered: