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
Apparently getProfilingData() and poll() functions aren't implemented for TypeScript client.
Until these two are implemented in (Hilla ?), we might need to check if poll() function is defined before calling it, and check if the client is of type "TypeScript" before checking it. This at least would fix the API for Hilla applications.
Neither
totalTimeSpentRendering
nortotalTimeSpentServicingRequests
considersFlow.clients.TypeScript
(see vaadin/flow#7514).In consequence,
totalTimeSpentRendering
fails with:and
totalTimeSpentServicingRequests
fails with:Vaadin 24.2.5
The text was updated successfully, but these errors were encountered: