daybrush / guides

A Guides component that can draw ruler and manage guidelines.
https://daybrush.com/guides/
MIT License
336 stars 44 forks source link

There still has `console.log(nextPos)` in the latest version 0.23.0 #71

Closed nzbin closed 1 year ago

nzbin commented 1 year ago

Environments

Description

When install the latest 0.23.0, it still has console.log and can't find zoomTo prop

/*
Copyright (c) 2019 Daybrush
name: react-compat-guides
license: MIT
author: Daybrush
repository: https://github.com/daybrush/guides/blob/master/packages/react-compat-guides
version: 0.20.0
*/

...
console.log(nextPos); // => line 1254
...
daybrush commented 1 year ago

@nzbin Oh, Sorry. Guides' new version is released. Try it again. Thank you :)

xoptimal commented 1 year ago

hi @daybrush , react-guides lib version 28.1.0 also has this issue... for Guides.tsx:90

 console.log(type, zoom, guidesZoom);
daybrush commented 1 year ago

@xoptimal

guides' new version is released. Check it again.