components icon indicating copy to clipboard operation
components copied to clipboard

Stackblitz examples don't work

Open fallenturtle opened this issue 2 months ago • 2 comments

Is this a regression?

  • [ ] Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

Whenever I try to view an example from the Angular Material site the stackblitz fails when installing packages. For example when I try to view the Accordion example: https://material.angular.io/cdk/accordion/overview In the Stackblitz terminal I see: ❯ yarn install && yarn start yarn install v1.22.19 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... error An unexpected error occurred: "too much recursion". info If you think this is a bug, please open a bug report with the information provided in "/home/projects/us3jjl--run/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Reproduction

StackBlitz link: Steps to reproduce:

  1. Follow an example link from a component to Stackblitz page

Expected Behavior

The examples to work.

Actual Behavior

It fails to load.

Environment

Stackblitz... here's a fork: https://stackblitz.com/edit/eesbrd?file=package.json

fallenturtle avatar Apr 22 '24 23:04 fallenturtle

I could reproduce this on Firefox, but not on Chrome.

crisbeto avatar Apr 23 '24 10:04 crisbeto

On my end I've tried Chrome and Edge, both compiled successfully.

PsychoSpike avatar Apr 28 '24 11:04 PsychoSpike