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
Reopened by #100 with use-delegated-links.ts. It's only used on the rfd-site, so we can either inline it there or make it take navigate as an arg so the caller can pass it in.
We use RR in one spot in this repo:
design-system/components/src/ui/empty-message/EmptyMessage.tsx
Lines 10 to 53 in 5ca148e
And it's used only once in the entire org:
https://github.com/oxidecomputer/oxide-computer/blob/f59e4282b775b6ee582535cfc4a44b92a035c370/app/routes/events/index.tsx#L122-L126
If we inline that definition in
oxide-computer
we can deleteEmptyMessage
here and remove the dep.The text was updated successfully, but these errors were encountered: