pieces-app / example-typescript

A React example project showing how to get started with Pieces TS SDK.
MIT License
42 stars 50 forks source link

Define explicit types for handler functions and events in App.tsx #107

Closed seantiz closed 5 months ago

seantiz commented 6 months ago

Explicit types for the handleSelect, handleDeSelect, keyboard and search events in the App front end

This PR fixes #106

I ran it using npm run start and all seems to work as intended! Let me know if any issues.