Commit 77bc4e5
Fix RecursionError in StringVar handling by simplifying URL-to-filepath conversion
- Remove complex string replacement loop that caused infinite recursion in hash calculations
- Use basic hyphen-to-underscore conversion for StringVar objects during app compilation
- Preserve dynamic mapping for regular string inputs which work correctly
- Resolves CI failures in reflex-web and Python 3.11 unit tests
Co-Authored-By: [email protected] <[email protected]>1 parent 72d8d71 commit 77bc4e5
1 file changed
+6
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
82 | 81 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 82 | + | |
87 | 83 | | |
88 | 84 | | |
89 | 85 | | |
| |||
0 commit comments