have a solution to the 'h' is defined but never used no-unused-vars linting error you get when using render: h => <jsxStuff />?
Why not just disable the rule inline with a comment?
render: function(){ // your js stuff here }
Обсуждают сегодня