-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(concatStatic): missing export creating breaking change #2999
fix(concatStatic): missing export creating breaking change #2999
Conversation
This seems makes sense and we defer this change for v6 as breaking? |
Generated by 🚫 dangerJS |
I looked a bit more on the code and this add inconsistency between how mergeStatic and concatStatic are handled. I was about to defined both inside |
0cb2917
to
a06422e
Compare
I think this is good to go. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
Export of
concatStatic
fromoperator/concat
was removed on 5.5.While I could easily replace :
with
this is still a breaking change that could affect other projects.