dvtng / react-loading-skeleton

Create skeleton screens that automatically adapt to your app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR in Cannot read properties of undefined (reading 'pop')

decpk opened this issue · comments

Describe the bug
After Installing the latest version@3.2.0 then this error is showing on build

To Reproduce
Install the latest@3.2.0 and build it. It will throw this error.

Versions

  • react-loading-skeleton version: 3.2.0
  • Browser version: Version 112.0.5615.12 (Official Build) dev (arm64)

image

This issue only happening when importing css file.
import 'bootstrap/dist/css/bootstrap.min.css';

Hey @decpk, it seems most likely that this is an issue with your Webpack configuration. If you can share more details and/or submit a minimal reproducible example, I can look into it further.

Closing since this seems to be unrelated to react-loading-skeleton.