Support

Account

Home Forums Backend Issues (wp-admin) Using block.json, ACF field change = "This block has encountered an error" etc Reply To: Using block.json, ACF field change = "This block has encountered an error" etc

  • If not using inner blocks, try setting JSX as false in the json file:

    "supports": {
            "jsx": false,
        }