yijun huang
yijun huang
#Avoid conditionals# ` BAD class Airplane { // ... getCruisingAltitude() { switch (this.type) { case "777": return this.getMaxAltitude() - this.getPassengerCount(); case "Air Force One": return this.getMaxAltitude(); case "Cessna": return this.getMaxAltitude()...
The indicator auto appera when reluanch app. And you need to trigger the bottom refresh to hide it.
Hello,在使用时候碰到2个issue 一. 在使用QRResImage时候,我估计可能是依然react-dom版本低了 Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1....
Followed all steps but nothing happened, no popups, no prompts. Does this method still work? Here is my config: { "short_name": "xxx", "name": "xxx", "icons": [ { "src":"/icons/favicon-310.png", "sizes": "310x310",...