ff14-advanced-market-search / saddlebag-with-pockets

This is the Frontend for the FF14 Marketplace

Home Page:https://saddlebagexchange.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remix V2 Updates

Acen opened this issue · comments

commented

Remix v2 is coming.

Notes during a build provided by compiler:

Watching Remix app in development mode...
⚠️ REMIX FUTURE CHANGE: The serverBuildTarget config option will be removed in v2. Use a combination of server module config values to achieve the same build output. For instructions on making this change see https://remix.run/docs/en/v1.15.0/pages/v2#serverbuildtarget
⚠️ REMIX FUTURE CHANGE: The behaviors of CatchBoundary and ErrorBoundary are changing in v2. You can prepare for this change at your convenience with the v2_errorBoundary future flag. For instructions on making this change see https://remix.run/docs/en/v1.15.0/pages/v2#catchboundary-and-errorboundary
⚠️ REMIX FUTURE CHANGE: APIs that provide formMethod will be changing in v2. All values will be uppercase (GET, POST, etc.) instead of lowercase (get, post, etc.) You can prepare for this change at your convenience with the v2_normalizeFormMethod future flag. For instructions on making this change see https://remix.run/docs/en/v1.15.0/pages/v2#formMethod
⚠️ REMIX FUTURE CHANGE: The route meta export signature is changing in v2. You can prepare for this change at your convenience with the v2_meta future flag. For instructions on making this change see https://remix.run/docs/en/v1.15.0/pages/v2#meta
⚠️ REMIX FUTURE CHANGE: The route headers export behavior is changing in v2. You can prepare for this change at your convenience with the v2_headers future flag. For instructions on making this change see https://remix.run/docs/en/v1.17.0/pages/v2#route-headers
⚠️ REMIX FUTURE CHANGE: The serverModuleFormat config default option will be changing in v2 from cjs to esm. You can prepare for this change by explicitly specifying serverModuleFormat: 'cjs'. For instructions on making this change see https://remix.run/docs/en/v1.16.0/pages/v2#servermoduleformat
⚠️ REMIX FUTURE CHANGE: The route file convention is changing in v2. You can prepare for this change at your convenience with the v2_routeConvention future flag. For instructions on making this change see https://remix.run/docs/en/v1.15.0/pages/v2#file-system-route-convention
✨ Compiled Worker successfully

commented

Have superseeded this ticket with individual tickets around each change.

See remix v2 milestone for specific list.