Investigate and fix GSAP error on deployed link - #2
Open
netlify-coding[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for minprofile ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 View agent run: https://app.netlify.com/projects/minprofile/agent-runs/6a3b58bd6487a28c8ebc6eb5
🤖 Agent: Codex
💬 Prompt: is there any bug due to which GSAP error is comming while opening the deployed link check if yes , then fix it permanentely
✅ Result: The deployed GSAP runtime issue was fixed by removing the production dependency on GSAP trial plugins. The app had imported ScrollSmoother and SplitText from
gsap-trial, which can fail on deployed production domains. Those imports were replaced with production-safe code that keeps the existing scroll navigation and text-splitting animation behavior without requiring trial-only packages.The dependency manifest and lockfile were updated so
gsap-trialis no longer installed or bundled. TypeScript verification passed, and the edited files passed focused ESLint checks with only the existing Fast Refresh warning caused by exporting the shared scroll controller fromNavbar.tsx.