before calling `new_data_frame()`: ```r dplyr::bind_rows(list(x = 1), list(x = 1, y = 1:2)) #> Error: Internal error in `vec_assign()`: `value` should have been recycled to fit `x`. ```