Steffen Wilking
Steffen Wilking
**Is your feature request related to a problem? Please describe.** Sometimes I use Mockoon to simulate slow requests from an API by enabling proxy mode and adding global latency. But...
**Describe the bug** The errors tab in Webstorm occasionally displays this error: ``` java.lang.ClassCastException: class com.intellij.lang.jsgraphql.ide.project.javascript.GraphQLJavaScriptInjectionSearchHelper cannot be cast to class com.intellij.lang.jsgraphql.ide.project.GraphQLInjectionSearchHelper (com.intellij.lang.jsgraphql.ide.project.javascript.GraphQLJavaScriptInjectionSearchHelper is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader...
**Describe the bug** The functions used in these two files are not consistent: https://github.com/vendure-ecommerce/vendure/blob/master/packages/admin-ui/src/lib/core/src/common/base-list.component.ts Used: `ngOnInit()` & `ngOnDestroy()` https://github.com/vendure-ecommerce/vendure/blob/master/packages/admin-ui/src/lib/core/src/common/base-detail.component.ts Used: `init()` & `destroy()` **Expected behavior** Both components use either `ngOnInit()`...
# 🐞 bug report ### Affected Package The issue is caused by package @angular/core ### Is this a regression? Yes, the previous version in which this bug was not present...