fix: remove ignoreBuildErrors and resolve typed-route errors (#8)#22
fix: remove ignoreBuildErrors and resolve typed-route errors (#8)#22odiseusme wants to merge 1 commit into
Conversation
|
@odiseusme is attempting to deploy a commit to the rosen-bridge Team on Vercel. A member of the Team first needs to authorize it. |
|
Your branch is out of date. Please update it with the latest changes first so we can review and merge your merge request. |
There was a problem hiding this comment.
This file no longer needs changes—we’ve already updated it in another merge request.
There was a problem hiding this comment.
Your branch is not up to date with the latest version of the dev branch. Please update your branch and revert the changes in this file.
Your commit still includes three incorrect files and should only affect apps/guard/next.config.js and apps/watcher/next.config.js.
bd77c2f to
43ee8eb
Compare
|
Thanks @abdolian - rebased onto the latest dev. The App.tsx change is dropped since dev already has the fix from the other MR, so this PR now only carries the ignoreBuildErrors removal and the typed-route fixes in the two next.config.js files. Branch is up to date and conflict-free; ready for review whenever you get a chance. |
Fixes #8.
typescript: { ignoreBuildErrors: true }fromapps/guard/next.config.jsandapps/watcher/next.config.js.apps/watcher/src/app/App.tsx:Anchorwrapper now castsprops.hreftoRoutefor compatibility withtypedRoutes: truepushrouter method now castshreftoRoutefor the same reasonnpm run type-checkpasses cleanly in bothapps/guardandapps/watcherwith the flag removed.package.jsonorpackage-lock.jsonchanges.