tenfei4

Results 9 comments of tenfei4

when project npm run dev mode,all right.Only npm run build debug. upgrade v3.-rc.14 to v3.1.1 or create new v3.1.1 project are under debug. √ Server built in 2840ms 19:06:23 √...

yes tried do that n times,it's also not work.only at v3.0.0-rc.14 all ok. upgrade v3.11 or v3.12 ,at dev mode,is ok,only debug at build mode. if delete project/server folder,it's ok.

upgrade version from v3.0-rc.14 to v3.0.0,all ok,but upgrade to v3.11,is wrong. and i found error from: 170 lines of .output/server/node_modules/readable_stream/lib/_stream_readable.js if (options.encoding) { if (!StringDecoder) StringDecoder = require(**'string_decoder/'**).StringDecoder; this.decoder =...

I have found the reason for the error and share it here. Due to the mysql v2.18.1 component version conflict, an error is reported during project build, the specific reason...

You can use a routing middleware to do this, such as using useState to record a list, and each time you compare whether it is in the list, you can...

@gyhyfj useAliveList() is a useState of compoables that only returns a list. This instance only controls the pages in the list to be keepalive, but once you visit other pages,...