Skip to content

Commit

Permalink
Merge pull request #5749 from nteract/kycutler/fixpagers
Browse files Browse the repository at this point in the history
fix: fix pagers
  • Loading branch information
kycutler committed Sep 1, 2023
2 parents a36232e + c57bcaf commit 3fa8aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stateful-components/src/outputs/pagers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class Pagers extends React.PureComponent<ComponentProps & StateProps> {
return (
<div className="nteract-cell-pagers">
{pagers.map(pager => (
<RichMedia data={pager.data} metadata={pager.metadata}>
<RichMedia data={pager} metadata={{}}>
{React.Children.map(this.props.children, child => {
if (
typeof child === "string" ||
Expand Down

1 comment on commit 3fa8aa0

@vercel
Copy link

@vercel vercel bot commented on 3fa8aa0 Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.