Marc Remolt
Results
3
comments of
Marc Remolt
The root cause ist the Typescript update to 2.7.1 which added new checks, you can get the old behavior if you set `"strictPropertyInitialization": false` in tsconfig.json.
Just test the function you give to the selector in isolation. Testing that @select works is testing library code imho.
It seems, most of the not DOM specific globals are now gone. Things like window.Object also give me undefined now.