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

Definition for _dataDiff LayerProp is incorrect #250

Open
jcready opened this issue May 9, 2022 · 0 comments
Open

Definition for _dataDiff LayerProp is incorrect #250

jcready opened this issue May 9, 2022 · 0 comments

Comments

@jcready
Copy link
Contributor

jcready commented May 9, 2022

https://deck.gl/docs/api-reference/core/layer#_datadiff

_dataDiff?: (newData: D, oldData: D) => { startRow: number; endRow: number };

It should be returning an array.

_dataDiff?: (newData: D, oldData: D) => Array<{ startRow: number; endRow: number }>;
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

No branches or pull requests

1 participant