Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Remove span from elements with dynamic content #31

Closed
ncammarata opened this issue Oct 22, 2015 · 2 comments
Closed

Remove span from elements with dynamic content #31

ncammarata opened this issue Oct 22, 2015 · 2 comments

Comments

@ncammarata
Copy link
Contributor

view Main {
  let what = 'welcome'
  let where = 'flint'

  <thing>{what} to {where}!</thing>

  $ = {
    alignItems: 'center',
    justifyContent: 'center'
  }
}

renders
image

with html

image

@natew
Copy link
Contributor

natew commented Oct 25, 2015

Probably not solvable until: facebook/react#1236

@natew
Copy link
Contributor

natew commented Oct 25, 2015

Closing because it's not under our control

@natew natew closed this as completed Oct 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants