File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -185,3 +185,14 @@ rojo serve testing.project.json
185185```
186186
187187For more help, check out [ the Rojo documentation] ( https://rojo.space/docs ) .
188+
189+ ## Issues
190+
191+ If you run into issues where, you're creating an element like:
192+ ` TextButton({ onActivated = function(rbx) end }) ` , and Luau is unable to infer
193+ ` rbx ` as ` TextButton ` , you may want to set the following parameters to ` True ` :
194+ https://github.com/fewkz/froact/blob/0b749d9a2cfb90eb03780e29f2bcbb7e587f8628/generate.py#L26-L29
195+ This will fix Luau not being able to infer the parameter correctly, but may
196+ drastically increase the size of ` froactful.lua ` , the added convenience is
197+ definitely worth it however. The distributed version of froact has these set to
198+ ` False ` by default.
You can’t perform that action at this time.
0 commit comments