Dong-hyeon Shin
Dong-hyeon Shin
Correct stale exception details
**Describe the bug** `pd.DataFrame` type is not supported for State **To Reproduce** ```python class State(pc.State): data: pd.DataFrame ``` **Error Message** ```bash $ TypeError: State vars must be primitive Python types,...
Resolve: #310 Validate EventChain explicitly, so other types will be caught as a ValueError > ValueError: Invalid event chain: {state. some_var}
**Describe the bug** [Wrapping React](https://pynecone.io/docs/advanced-guide/wrapping-react) is not working for some libraries. I had to modify {page}.js manually to import them. ```javascript // created by pynecone, it breaks import {DateRangePicker} from...
Resolve: #372 ### 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...
This fixes: #1712 ### Description I noticed that no one was actively working on this issue, so I went ahead and implemented support for the --splice option in the merge...