You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this report and fix. We have this larger backlog item to fix all TypeScript examples you will notice most of them are not TypeScript they are just copies of the Hooks examples. :)
Describe the bug
In the 'TS Source' sample at https://www.primefaces.org/primereact/panel/ the code
const template = (options) => {
generates the error
TS7006: Parameter 'options' implicitly has an 'any' type.
Reproducer
No response
PrimeReact version
latest
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: