reactpy
reactpy copied to clipboard
Update parameter name in starlette.py
Looks like the configure() method has an error in the component parameter.
In the code documentation, the parameter indicates 'component' but the name is 'constructor', I've reviewed other files, and looks like the standard is 'component'.
Checklist
- [x]
starlette.pyhas been updated with updated parameter names.