Sophie Alpert

Results 99 comments of Sophie Alpert

(That is, your case makes some sense but I'm not sure if there are others or if there are ones where global would be better.)

Not sure where you got that example but it doesn't use react-art at all.

To what extent is it possible to special-case single expressions that have no semicolon? I think in my ideal world… * `{a}` would evaluate to `a` * `{a;}` and `{a;b}`...

Why can we forbid it in the linter but not here? What about in our babel transform?

I guess it can’t happen in the transform if the tree is the same.

Yes. Still think it’s a good idea.

The best solution here is to change these to import from react-dom. React ART already needs to live inside React DOM. The copy in the React repo is only for...

svgconverter here, I think: http://sebmarkbage.github.io/art/. Though it looks broken. It's possible that it works locally and is just broken on GitHub pages right now?

None currently. If you have good ideas we'd love to hear them.

Interesting. The first state update is marked as DefaultLane because flushPassiveEffects sets the event priority; the second state update is outside that call stack so it reads the priority from...