material-components / material-components-web-codelabs

Codelabs for Material Components for Web (MDC Web)
MIT License
128 stars 101 forks source link

Is there an alternative to Fibers, since it is no longer being maintained? #305

Open bradmonk opened 2 years ago

bradmonk commented 2 years ago

https://github.com/material-components/material-components-web-codelabs/blob/d202d21d51c444aa7eb6832fed324f45ee9c3048/mdc-101/starter/webpack.config.js#L16

See NOTE OF OBSOLESCENCE on the fibers repo.

oshliaer commented 2 years ago

For the fast fix you can mute this line and remove this one https://github.com/material-components/material-components-web-codelabs/blob/d202d21d51c444aa7eb6832fed324f45ee9c3048/mdc-101/starter/package.json#L16

This shouldn't matter if you only have default fiber settings.