4.8.6 Update: WordPress Post Editor returns unrecognized blocks (not rendering)
-
Today I updated to Astra Theme 4.8.6. After this, the WordPress post editor returns javascript errors like:
Block validation:
Expected attributes
(3)?[Array(3), Array(3), Array(3)]
0: (3)?['style',?'height:40px',?true]
1: (3)?['aria-hidden',?'true',?true]
2: (3)?['class',?'wp-block-spacer',?true]
length: 3
instead saw (4)?[Array(3), Array(3), Array(3), Array(3)]
0: (3)?['style',?'height:40px',?true]
1: (3)?['aria-hidden',?'true',?true]
2: (3)?['id',?'features',?true]
3: (3)?['class',?'wp-block-spacer',?true]
length: 4This particular case looses an attribute (id) of a spacer object, resulting in loosing any internal navigation.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.