Nathan Knowler
Nathan Knowler
Just noticed a small typo while reading through. Great read btw.
Adds compatibility for projects that use ^3.
I am one of those poor souls whose fingers are bound to vim key mappings. A vim-mode preference would be very nice. Very nice app + idea, btw.
## Details A user might want to have an array like field, where the field input is repeated and it collects multiple values. This is different than the multiple functionality...
## Details Right now, the legacy consumer just renders an `input` element with the `type` attribute set to `text` for a Fields API `date` node type. This works, however, it’s...
## Details Currently, we have only updated the existing tests for the Fields API. We need to test the public API more thoroughly. It will be important to only test...
## Details P2P previously forked the API to update it to meet its needs. Since the API is more extensible, we can move some of those changes to core. ##...
## Details The current documentation is outdated and needs to be updated to reflect the new changes to the API. The contributing documentation should be updated to explain some reasoning...
From what I gather, this needs to be installed so Acorn can be installed as a plugin or must-use plugin by adding the package to the `extra.installer-paths` config option in...
I think that the `node` prop type is a better choice for the `children` prop type here, since it includes anything that is renderable.