iaosee

Results 3 comments of iaosee

我也是发现这个问题,官方不维护了吗, 发现好多 issue 都没有处理

In fact, using the spread operator in a literal object will not throw a `TypeError` . ```js { ...null }; { ...undefined }; var a = null; var b =...

Hey @andreiborza, thanks for your reply. It works perfectly, that's what I'm doing now. However, replacing "errorHandlerOptions" with "InjectionToken" here is a better practice. Now there are no problems; you...