reflex
reflex copied to clipboard
[Fix: issue 652] Fix escaping quotes in dict values
All Submissions:
- [x] Have you followed the guidelines stated in CONTRIBUTING.md file?
- [x] Have you checked to ensure there aren't any other open Pull Requests for the desired changed?
Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
New Feature Submission:
- [x] Does your submission pass the tests?
- [x] Have you linted your code locally prior to submission?
Changes To Core Features:
- [x] Have you added an explanation of what your changes do and why you'd like us to include them?
- [x] Have you written new tests for your core changes, as applicable?
- [x] Have you successfully ran tests with your changes locally?
Description
Fix escaping quotes in dict values Close https://github.com/pynecone-io/pynecone/issues/652
Ok nice testing this locally now.
@Alek99 @picklelo Could you have a review?