Skip to content

Conversation

@rcass
Copy link

@rcass rcass commented Jun 7, 2023

WHY are these changes introduced?

Fixes #9390

WHAT is this pull request doing?

How to 🎩

🖥 Local development instructions
🗒 General tophatting guidelines
📄 Changelog guidelines

Copy-paste this code in playground/Playground.tsx:
import React from 'react';
import {Page} from '../src';

export function Playground() {
  return (
    <Page title="Playground">
      {/* Add the code you want to test in here */}
    </Page>
  );
}

🎩 checklist

@rcass
Copy link
Author

rcass commented Sep 27, 2023

Closing this PR for now since this is quite old - but improvement recommendation still stands.

@rcass rcass closed this Sep 27, 2023
@kyledurand
Copy link
Member

I think this is being addressed here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Grid] Add column prop fallback

2 participants