We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0631fb commit f0b2ef3Copy full SHA for f0b2ef3
Resources/assets/test/render_controller.test.ts
@@ -34,7 +34,7 @@ const startStimulus = () => {
34
};
35
36
const Hello = {
37
- template: "<h1>Hello {{ name ?? 'world' }}</h1>",
+ template: '<h1>Hello {{ name ?? \'world\' }}</h1>',
38
props: ['name']
39
40
0 commit comments