You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Ramda dependency and replace with plain JS method where possible. Ramda has affected performance of Jest tests due to badly implemented treeshaking, and attempt #82 to optimise it using custom imports have caused issues for some users.
Suggested implementation:
Replace Ramda methods like includes with their native modern JS counterparts.
Describe alternatives you've considered:
Use other utility library with better import performance, maybe Rambda (note "b" in the name)
Describe the feature you'd like:
Remove Ramda dependency and replace with plain JS method where possible. Ramda has affected performance of Jest tests due to badly implemented treeshaking, and attempt #82 to optimise it using custom imports have caused issues for some users.
Suggested implementation:
Replace Ramda methods like
includes
with their native modern JS counterparts.Describe alternatives you've considered:
Use other utility library with better import performance, maybe Rambda (note "b" in the name)
Teachability, Documentation, Adoption, Migration Strategy:
This should be transparent to the users.
The text was updated successfully, but these errors were encountered: