ProjectLibertyLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
1 stars 4 forks source link

Deprecation Warning #102

Closed mattheworris closed 3 months ago

mattheworris commented 4 months ago

On startup, social-app-template-frontend complains about deprecation:

2024-07-15 13:29:36 (node:27) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
2024-07-15 13:29:36 (Use `node --trace-deprecation ...` to show where the warning was created)
2024-07-15 13:29:36 (node:27) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
2024-07-15 13:29:55 

Acceptance Criteria

wilwade commented 3 months ago

Blocked by create-react-app: https://github.com/facebook/create-react-app/issues/11860