Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update snapshot #24731

Merged
merged 1 commit into from Jun 4, 2020
Merged

chore: update snapshot #24731

merged 1 commit into from Jun 4, 2020

Conversation

yoyo837
Copy link
Contributor

@yoyo837 yoyo837 commented Jun 4, 2020

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Perfermance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@yoyo837 yoyo837 mentioned this pull request Jun 4, 2020
17 tasks
@yoyo837
Copy link
Contributor Author

yoyo837 commented Jun 4, 2020

codesandbox 坏了, 怎么重新跑呢?

@fireairforce
Copy link
Member

= =  我昨天晚上也发现了

@yoyo837 yoyo837 merged commit 285068c into 3.x-stable Jun 4, 2020
@yoyo837 yoyo837 deleted the update-snap branch June 4, 2020 11:31
@zombieJ
Copy link
Member

zombieJ commented Jun 4, 2020

这个 snapshot 变化的原因是啥?

@yoyo837
Copy link
Contributor Author

yoyo837 commented Jun 5, 2020

这个 snapshot 变化的原因是啥?

可能和<Calendar fullscreen={false} value={moment()} />value有关,每个月不同。

@yoyo837
Copy link
Contributor Author

yoyo837 commented Jun 5, 2020

类似的还是有TimePicker

const App = () => (
  <div>
    <Pagination defaultCurrent={1} total={50} showSizeChanger />
    <Select showSearch style={{ width: 200 }}>
      <Option value="jack">jack</Option>
      <Option value="lucy">lucy</Option>
    </Select>
    <DatePicker open />
    <TimePicker open defaultOpenValue={moment()} />
    <RangePicker open style={{ width: 200 }} />
    <Popconfirm title="Question?" visible>
      <a>Click to confirm</a>
    </Popconfirm>
    <Transfer dataSource={[]} showSearch targetKeys={[]} render={item => item.title} />
    <Calendar fullscreen={false} value={moment()} />
    <Table dataSource={[]} columns={columns} />
    <Modal title="Locale Modal" visible getContainer={false}>
      <p>Locale Modal</p>
    </Modal>
  </div>
);

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.

None yet

3 participants