And that works, but it produces quotation marks around my title, so it shows up as 'My title here', when I just want it to say My title here without the quotes.
I've tried all sorts of various combinations like CardTitle= {obj.title}
CardTitle #{obj.title}
CardTitle= ${obj.title}
and all of those throw errors by either the pug-as-jsx-loader or the pug-lexer
@nikita-skobov according to your code snippet and mentioned errors, I think you use pug-as-jsx-loader. I suggest you either create an issue in that repository or use current plugin.
I have a function that looks like this:
And that works, but it produces quotation marks around my title, so it shows up as 'My title here', when I just want it to say My title here without the quotes.
I've tried all sorts of various combinations like CardTitle= {obj.title} CardTitle #{obj.title} CardTitle= ${obj.title}
and all of those throw errors by either the pug-as-jsx-loader or the pug-lexer