Xiaojing Chen
Xiaojing Chen
### All Submissions: - [x] Have you followed the guidelines stated in [CONTRIBUTING.md](https://github.com/pynecone-io/pynecone/blob/main/CONTRIBUTING.md) file? - [x] Have you checked to ensure there aren't any other open [Pull Requests](https://github.com/pynecone-io/pynecone/pulls ) for...
**Describe the bug** The below codes actually pass. **To Reproduce** Steps to reproduce the behavior: ``` def test_add_var(test_state): test_state.add_var("dynamic_list", List[int], [5, 10]) assert test_state.dynamic_list == [5, 10, 9] test_state.add_var("dynamic_int", int,...