-
-
Notifications
You must be signed in to change notification settings - Fork 257
composer update #2161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
composer update #2161
Conversation
📝 WalkthroughWalkthroughAdded a new Changes
🚥 Pre-merge checks | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@public/js/filament/schemas/components/wizard.js`:
- Line 1: goToStep currently relies on getStepIndex but because getStepIndex
coerces unknown steps to 0 an invalid step can be assigned to this.step causing
autofocusFields() to throw; update goToStep to first validate the incoming step
exists in getSteps() (e.g. check getSteps().includes(t) or that
getSteps().findIndex(...) !== -1) and only assign this.step and call
autofocusFields()/scroll() when the step is valid, leaving getStepIndex
unchanged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also update gboquizosanchez/filament-log-viewer to 2.2
No description provided.