Support dot notation in reactpy.web.export #543
Labels
flag-good-first-issue
A well defined and self-contained task.
priority-3-low
May be resolved one any timeline.
Current Situation
Currently nested imports cannot be resolved, such as Bootstrap
Navbar.Toggle
Proposed Changes
Update
reactpy.web.export
to support dot notation by modifying this check to drill down into the module using the dot-separate names rather than just checking to see if it's a direct export. Here's how this could be done.For more information see this comment.
The text was updated successfully, but these errors were encountered: