简体   繁体   中英

Seeing `%s` instead of specific properties in react error messages in electron project?

All the React errors and warnings in my electron project look like this:

"Warning: Invalid event handler property `%s`. Did you mean `%s`?%s", source: webpack:///./node_modules/react-dom/cjs/react-dom.development.js? (506)

What would be causing this? Is something misconfigured? I'm not sure what to change. Tagged this four ways because I'm not sure where the issue lies.

Well, if you check the actual dev tools instead of the console, the issue isn't present there. Best I found.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM