Matt
Matt
This should provide type inference for `element.metadata`. I checked to see that the type was correct when passing metadata. However, I don't know too much about `propTypes` since I only...
**Describe the bug** The type of `metadata` in `nodeRenderer` is being inferred incorrectly. **Code That Causes The Issue** ```ts ( {element.name} {element.metadata?.pending} )} /> ``` **To Reproduce** I created a...
Steps to reproduce. 1. Create a new solid project with vite 2. Follow the instructions for vite at https://github.com/thetarnav/solid-devtools/tree/main/extension#getting-started 3. Run the app in development mode. I have the same...