reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

Update parameter name in starlette.py

Open mrjunos opened this issue 2 years ago • 0 comments

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.py has been updated with updated parameter names.

mrjunos avatar Jun 09 '23 15:06 mrjunos