Currently arrays will overwrite one another, we might want to handle this differently by either adding a flag to merge arrays or to take in a function to handle array merging.
This has the potential to break things so either put behind a flag or make it a non default behavior.
Currently arrays will overwrite one another, we might want to handle this differently by either adding a flag to merge arrays or to take in a function to handle array merging.
This has the potential to break things so either put behind a flag or make it a non default behavior.