helpscout / hsds-react

Help Scout Design System (HSDS) — React Component Library
MIT License
86 stars 17 forks source link

Fix isNil import #1041

Closed jakubjanczyk closed 2 years ago

jakubjanczyk commented 2 years ago

Problem/Feature

Previous import if isNil function from lodash.isnil was incorrect - for the specific lodash package the function needs to be imported with default import

Guidelines

Make sure the pull request:

cloudflare-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3318172
Status: ✅  Deploy successful!
Preview URL: https://189665c8.hsds-react.pages.dev

View logs

tinkertrain commented 2 years ago

Fix incorporated into https://github.com/helpscout/hsds-react/pull/1036