core
core copied to clipboard
Resolve handling of nil values
We need to determine a good way for nil values to be displayed and edited. This is related to #539 and #575.
We also need to fix panics after adding a nil function in a slice view (eg: when adding a function to Stylers). You probably just shouldn't be able to add new elements to slices, maps, and arrays of functions.