-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Describe the bug
[Stepper] component doesn't display images - and instead appears as a blank rectangle - after sometimes displaying the image and text for a single frame before it disappears...
To Reproduce
- Setup fresh project using
idyll create - Copy and paste example code from Stepper component docs
- Download some baby yoda pictures, and place them in
static/images/examples/, per example code - See blank box at bottom of page
Expected behavior
Stepper renders like in the example.
Screenshots
If applicable, add screenshots to help explain your problem.
StepperBroken.mov
Desktop (please complete the following information):
- Mac 15.15 / Chrome 131
Additional context
- I found that if I refreshed many many times, rarely I did see the baby yoda flash for just a frame
- This means that it IS being created in the DOM but then being removed
- I tried setting a breakpoint for any time the component was modified - and this caused a break some but not all of the time...and showed the stepper controls but not the image
Metadata
Metadata
Assignees
Labels
No labels