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
Currently, We use run function to preview inline component. Better we can use expression call instead.
The idea is create Babel plugins to transform JSXElement expression into CallExpression expression (do not forget to add line number inside function args)
Currently, We use
run
function to preview inline component. Better we can use expression call instead.The idea is create Babel plugins to transform
JSXElement
expression intoCallExpression
expression (do not forget to add line number inside function args)https://astexplorer.net/#/gist/223df6308d2599596751e7c976a5a274/3be0418daec5e283eb2dfbecfd0a84faf007b830
The text was updated successfully, but these errors were encountered: