6

The other day I wrote a bit of code using a new component. I spent three hours trying to find why it wasn't working - how was I using the component wrong? It was rendering its source html directly in the browser.

I had forgotten to import the file defining it.

Comments
Add Comment