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

fix: projection null #5381

Merged
merged 1 commit into from Aug 9, 2023
Merged

fix: projection null #5381

merged 1 commit into from Aug 9, 2023

Conversation

pearmini
Copy link
Member

@pearmini pearmini commented Aug 9, 2023

  • 修复 coordinate.map 传入 null 的情况报错:
// 之前如下是可以的
// 现在会报错
// 应该是 tslib 生成的构建代码有关系
coordinate.map(null);
  • 添加 link node_modules 的命令:
$ MODULE=@antv/coord tnpm run dev:link

基于此添加了 dev:link-gui 的命令作为一个示例。

package.json Outdated Show resolved Hide resolved
@pearmini pearmini merged commit b34fa72 into v5 Aug 9, 2023
3 checks passed
@pearmini pearmini deleted the fix/geo branch August 9, 2023 08:25
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

2 participants