TypeError: Unsupported operand types: null + array

Created on 30 October 2024, about 2 months ago

Problem/Motivation

There is a bug when merging default setting values for the formatter configuration when encountering a null value. This leads to unexpected behavior or errors during configuration loading.

Proposed Resolution

We propose adding a validation step to ensure that the 'settings' index is an array within the 'configuration' array before merging with the default settings. If the validation fails, we can either set 'settings' to an empty array.

🐛 Bug report
Status

Needs work

Version

3.4

Component

Miscellaneous

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024