Skip to content
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: imports #37

Merged
merged 1 commit into from
Jan 4, 2023
Merged

fix: imports #37

merged 1 commit into from
Jan 4, 2023

Conversation

pvinis
Copy link
Contributor

@pvinis pvinis commented Jan 4, 2023

tiny fix

📦 Published PR as canary version: 3.5.2--canary.37.3839766875.0

✨ Test out this PR locally via:

npm install @artsy/palette-mobile@3.5.2--canary.37.3839766875.0
# or 
yarn add @artsy/palette-mobile@3.5.2--canary.37.3839766875.0

@pvinis pvinis requested a review from damassi January 4, 2023 16:28
@pvinis pvinis added patch release Create a release when this pr is merged labels Jan 4, 2023
@@ -22,7 +22,7 @@ export const SkeletonLoaders = () => (
<Spacer y={2} />

<Flex flexDirection="row" flexWrap="wrap">
{range(100)(1).map((index) => (
{range(1, 100).map((index) => (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be honest @damassi, i would use remeda's range this way anyway. unless it was in some pipe situation.

@damassi damassi merged commit 767234c into main Jan 4, 2023
@@ -22,7 +22,7 @@ export const SkeletonLoaders = () => (
<Spacer y={2} />

<Flex flexDirection="row" flexWrap="wrap">
{range(100)(1).map((index) => (
{range(1, 100).map((index) => (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be range(100).map

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah true. i didnt see what its doing, just "fixed" it for lodash.

@github-actions
Copy link

github-actions bot commented Jan 4, 2023

🚀 PR was released in v3.5.2 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Jan 4, 2023
@damassi damassi deleted the pvinis/remeda-shremeda branch January 4, 2023 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Create a release when this pr is merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants