Janith Randeniya

Results 4 comments of Janith Randeniya

This is super old but incase someone comes across this issue, I had to make a few changes to the directive to get it to work with `ui-router#1.x.x`: https://github.com/jrandeniya/ui-breadcrumbs

If anyone is looking for a poly-repo solution, I've put together this sample app with some instructions to share the type definitions of exposed files: https://github.com/jrandeniya/federated-types-sample It's relatively straight forward...

If anyone else is looking for an alternative solution, this helped us get our IDEs (VSCode), Jest tests and serverless-offline/serverless-typescript all working together to be `authorize` aware. We added this...

This worked for me - Tooltip and Popover working together: ``` import { Tooltip, TooltipContent, TooltipTrigger, } from "@/components/ui/tooltip"; type ToolbarTooltipProps = { content: string; // Or could be another...