Jonathan Wong

Results 4 comments of Jonathan Wong

If anyone wants dynamic linking this is my current implementation using typescript and SwaggerUi v3.17.5. ```typescript const CustomInfoPlugin = () => { return { wrapComponents: { info: () => ()...

If anyone is still looking for an answer, I was able to solve this by putting the function into a `useCallback` with empty dependencies. Without `useCallback` it doesn't work and...

I decided to take it out due to having issues creating my own that looked nice but I found what I used that worked. ```javascript const customTooltip = useCallback((tooltipModel: any)...

Any help? The only thing I can think would be on my part would be spelling and I'm pretty sure I spelled it right otherwise it would give me an...