react-perimeter icon indicating copy to clipboard operation
react-perimeter copied to clipboard

Only works if I resize the window.

Open mhaagens opened this issue 8 years ago • 1 comments

onBreach doesn't fire unless I resize the window. Using it like this;

<Perimeter
onBreach={() => console.log('should write to console')}
padding={24}
once={true}>
  <Link to="/link">Link</Link>
</Perimeter>

mhaagens avatar Apr 06 '17 19:04 mhaagens

Can you provide an example reproducing your issue? Unfortunately, isn't enough information here for me to provide any meaningful help.

aweary avatar Apr 22 '17 01:04 aweary