Tijn Kersjes

Results 14 issues of Tijn Kersjes

```scheme (define addTodo (lambda (title) (the Action (case :add-todo title)))) ```

bug

This needs some improvement around the `Module | Syntax` parts still, as a lot of functions could be merged.

This commit https://github.com/contentful/field-editors/commit/f2ece016d3062427de17e5ad51838fb85150213d seems to introduce a (non-dev) dependency to `@lingui/core`, but the package.json file was not updated to reflect that, causing this module to break in production builds where...

stale