Skip to content

Recursivity for flatMap #121

@jmverges

Description

@jmverges

This needs recursivity

a Panel could have inside a DependencyPanel or any other 3rd party stuff. Locally I just did

            ->flatMap(function ($value) {
                return Integrate::fields($value);
            })
            ->flatMap(function ($value) {
                return Integrate::fields($value);
            })

and I got it working

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions