We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
由于 Taro 注入了 window,导致 f2 engine 在 isBrowser 上判断不出来,导致微信小程序下会报错
// packages/g-lite/src/utils/canvas.ts export const isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined';
Taro 下 window 和 document 都是有值的
The text was updated successfully, but these errors were encountered:
使用的是什么版本?
Sorry, something went wrong.
No branches or pull requests
由于 Taro 注入了 window,导致 f2 engine 在 isBrowser 上判断不出来,导致微信小程序下会报错
Taro 下 window 和 document 都是有值的
The text was updated successfully, but these errors were encountered: