Skip to content

Commit

Permalink
Marking the wandbloader as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jtulk committed Oct 29, 2024
1 parent 3f9f3e9 commit a1bd9f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions weave-js/src/common/components/WandbLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export interface WandbLoaderProps extends StrictLoaderProps {
size?: StrictLoaderProps['size'];
}

/**
* @deprecated use the new wave loader instead
*/
const WandbLoader: React.FC<WandbLoaderProps> = React.memo(
({className, inline, size = 'huge'}) => {
return <Loader active inline={inline} size={size} className={className} />;
Expand Down

0 comments on commit a1bd9f0

Please sign in to comment.