One thing that will trip you up: whitespace is now collapsed automatically. <!-- To preserve the space, use an explicit expression: --> <span>Hello</span>{' '}<span>World</span> Or...you can fix this with a config (to use the old behavior)
1 likes 1 replies
?