• just found this made up error on a project I work on.

    ./src/pages/PlayLists.js
    [1] Line 29: 'playlists' is not defined no-undef
    [1]
    [1] Search for the keywords to learn more about each error.
    [0] Express app listening at http://localhost:8888
    ß[1] Compiling…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Also have an answer: Must be a Typo

    TIL {/* comments in JSX */}

    {
    	"$schema": "https://schemas.wp.org/trunk/block.json",
    	"apiVersion": 2,
    	"name": "core/freeform",
    	"title": "Classic",
    	"category": "text",
    	"description": "Use the classic WordPress editor.",
    	"textdomain": "default",
    	"attributes": {
    		"content": {
    			"type": "string",
    			"source": "html"
    		}
    	},
    	"supports": {
    		"className": false,
    		"customClassName": false,
    		"reusable": false
    	},
    	"editorStyle": "wp-block-freeform-editor"
    }
    Footer
     

    I found an image.. very meta indeed.

    How are the lists working?

    • List item1
    • List item 2
    • List item 3

    It’s a bit awkward with the Block Toolbar glued to the top. And it doesn’t come with, it scrolls out of the screen and out of reach

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Testing things’ is closed to new replies.