You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to render some components mixed into inline text, sometimes text after the inline component does not render.
To Reproduce
Assuming a component like this:
templedo~s[<div>#{@assigned_value}</div>]divdohr# or some other void tagendend
The following will cause issues:
templedodivdo"This is some inline text"c&mycomponent/1,assigned_value: "something"iftruedo" this will never render"c&mycomponent/1,assigned_value: "something else"endendend
Expected behavior
The whole thing will render
Desktop (please complete the following information):
OS: MacOS 13.5.1
Temple Version: 0.12.0
Erlang: 26.1.2
Elixir: 1.15.7-otp-26
Additional context
I tried to reproduce this in a test case against main, but was unable to. So you may have already fixed it. I can try to reproduce it in the released version tests
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to render some components mixed into inline text, sometimes text after the inline component does not render.
To Reproduce
Assuming a component like this:
The following will cause issues:
Expected behavior
The whole thing will render
Desktop (please complete the following information):
Additional context
I tried to reproduce this in a test case against main, but was unable to. So you may have already fixed it. I can try to reproduce it in the released version tests
The text was updated successfully, but these errors were encountered: