Material-ui: Can't resolve '@material-ui/lab/Skeleton'

Created on 7 Aug 2019  路  8Comments  路  Source: mui-org/material-ui


The latest npm package version of MUI lab doesn't include Skeleton, even though it's in your src folder

  • [x] The issue is present in the latest release.
  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Current Behavior 馃槸

Can't resolve '@material-ui/lab/Skeleton'

Expected Behavior 馃

Package is import-able via import Skeleton from '@material-ui/lab/Skeleton';

Steps to Reproduce 馃暪

https://codesandbox.io/embed/create-react-app-1fy7h?fontsize=14

Steps:

  1. Open provided codesandbox.io link
  2. See index.js

Context 馃敠

Use MUI-Lab Skeleton

Your Environment 馃寧

See provided codesandbox.io

...
    "@material-ui/core": "latest",
    "@material-ui/lab": "4.0.0-alpha.22",
...

Most helpful comment

The wait is over https://www.npmjs.com/package/@material-ui/lab/v/4.0.0-alpha.23 :).

All 8 comments

@bke-daniel Thank you for your interest in the component. Unfortunately, it's not available yet. It will be released in 4.0.0-alpha.23, this weekend :).

Oh man, I wanted to use it today as well and dug in here only to find it hasn't been published yet..

It there a particular reason you are waiting to publish changes, considering its already a "lab" project? [Especially when the docs seem to be published "live"].. May want to consider triggering a publish anytime someone checks in a change.

Well, it shouldn't be live in the first place, but I wanted to deploy some other changes that were more upstream. The release isn't automated. We batch it to minimize the overhead.

Ah okay, that makes more sense. I was curious as one of the other larger monorepos I was working in had a fairly complex deployment strategy, but for certain packages they would deploy immediately (for minor and patch changes). It was, however, an automated release and so relatively low cost.

@oliviertassinari Thank you for the information.
Maybe a note, a release version or else in the documentation would help. Everything else has been said by @nickpape.

Thank you and the rest of the team for your great work!

This issue can be closed then.

Hi guys,

I cannot see the 4.0.0-alpha.23 yet, will it be available this weekend?

thanks

Hi guys,

I cannot see the 4.0.0-alpha.23 yet, will it be available this weekend?

thanks

am also waiting for it... eagerly

The wait is over https://www.npmjs.com/package/@material-ui/lab/v/4.0.0-alpha.23 :).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sys13 picture sys13  路  3Comments

finaiized picture finaiized  路  3Comments

newoga picture newoga  路  3Comments

ryanflorence picture ryanflorence  路  3Comments

mattmiddlesworth picture mattmiddlesworth  路  3Comments