Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap with Obx removes variables from string interpolation #30

Open
talski opened this issue Apr 5, 2023 · 0 comments
Open

Wrap with Obx removes variables from string interpolation #30

talski opened this issue Apr 5, 2023 · 0 comments

Comments

@talski
Copy link

talski commented Apr 5, 2023

When I wrap the following widget with Obx, it modifies the code

FocusTraversalOrder(
    order: LexicalFocusOrder('$colIdx'),
    child: Container(),
)

becomes

Obx(() => FocusTraversalOrder(
      order: LexicalFocusOrder(''),
      child: Container(),
)),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant