wadackel / react-stack-grid

Pinterest like layout components for React.js
https://wadackel.github.io/react-stack-grid/
MIT License
870 stars 77 forks source link

Warning: componentWillMount has been renamed, and is not recommended for use. / Warning: componentWillReceiveProps has been renamed, and is not recommended #74

Closed KANIYONIKA closed 3 years ago

KANIYONIKA commented 3 years ago

Warning: componentWillMount has been renamed, and is not recommended for use. Warning: componentWillReceiveProps has been renamed, and is not recommended

When I use the following code, I get the above two warnings. Do you get them too? I know it's a warning and I can ignore it, but I'd like to fix it if possible. I'd appreciate any help you can give me.

import StackGrid from 'react-stack-grid'

export const Test = () => {
  return (
    <StackGrid columnWidth={150}>
      <div key="key1">Item 1</div>
      <div key="key2">Item 2</div>
      <div key="key3">Item 3</div>
    </StackGrid>
  )
}

スクリーンショット 2021-09-07 17 25 47

KANIYONIKA commented 3 years ago

Hello :) @crystal-clear-moon No! I decide to use my-masonry-grid instead of this