project isn't working without code changes
This page of the tutoral isn't working for me https://codelabs.developers.google.com/codelabs/chrome-es2015/index.html?index=2#1
the following two console errors are logged when I try to make a new note
main.js:149 Uncaught TypeError: Failed to execute 'define' on 'CustomElementRegistry': The callback provided as parameter 2 is not a function. at main.js:149and main.js:74 Uncaught TypeError: note.setMessage is not a function
at StickyNotesApp.displayNote (main.js:74)
at new StickyNotesApp (main.js:34)
at main.js:88
`
Same here.
Same
Change createdCallback to connectedCallback, it will work.
@nkurapati : not working for me I had to check the version of @JuanMaRuiz : https://github.com/JuanMaRuiz/chrome-es2015 (opened pull request) to get the project to work.
This problem still persist. JuanMaRuiz's repo have same problem too. ; (