lopi-py / figblox

A Figma to Roblox converter
https://devforum.roblox.com/t/figblox-a-roblox-to-figma-converter/2745211
MIT License
9 stars 1 forks source link

Replace "e" with "Roact.createElement" #3

Closed Kot2000 closed 10 months ago

lopi-py commented 10 months ago

Roact shouldn't be used anymore, its deprecated. Use React instead, which is the name of the converter, so it does not make sense to use Roact. It is well known that the standar to create elements with React is with e:

local e = React.createElement
Kot2000 commented 10 months ago

ok...