Franz Knipp

Results 7 issues of Franz Knipp

async-validator allows undefined array fields containing a defaultField definition, as long as these are not required. Without this fix an error is thrown by calling map() on undefined. Therefore, an...

The svelte NPM uses the arrow syntax, but this is not transpiled for older browser, giving syntax errors on IE11. The error can be reproduced using the example repo at...

If a mouse click is performed, the circle follows the mouse, even if the key is released. This makes it more difficult to see the point, where the mouse was...

The configuration of the collections in https://github.com/yogiben/meteor-starter/blob/master/lib/_config/adminConfig.coffee contains new attributes like - auxCollections - collection - collection_property They seem to be without effect. I'd need at least something like auxCollections...

Since React 17, the import statement ``` import React from "react"; ``` is no longer necessary. To omit the warning *'React' refers to a UMD global, but the current file...