chenzfp commented on issue #2256: URL: https://github.com/apache/incubator-shenyu/issues/2256#issuecomment-1011965542
This front bug is caused by the variable declaration problem in line 146 of the "Parampluginrulehandle.js" file, Please fix it. const state = state; ---> const state = this.state; add "this" @yu199195 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
