Skip to content
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

[BUG]DeprecationWarning #281

Closed
katataku opened this issue Mar 23, 2023 · 2 comments
Closed

[BUG]DeprecationWarning #281

katataku opened this issue Mar 23, 2023 · 2 comments
Labels
backend bug Something isn't working

Comments

@katataku
Copy link
Owner

[現状の動作・問題点]
Frontend起動時に以下のWarningが出力される

front                              | (node:28) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
front                              | (Use `node --trace-deprecation ...` to show where the warning was created)
front                              | (node:28) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.

[期待される動作]

[対応方針(あれば)]

[参考資料]

@katataku katataku added bug Something isn't working frontend backend and removed frontend labels Mar 23, 2023
@katataku
Copy link
Owner Author

課題要件は
The user should encounter no unhandled errors and no warnings when browsing the website.
なので、バックエンドのwarningはスルーしてもOK

@katataku
Copy link
Owner Author

facebook/create-react-app#12035
絶賛react-create-app自体の問題。

利用者側で改善できないので、対応不要とする。

@katataku katataku closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant