You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`import { Canvas, Group, Rect, Text } from '@antv/g';
import { Renderer } from '@antv/g-canvas';
import { Plugin } from '@antv/g-plugin-yoga';
const renderer = new Renderer();
renderer.registerPlugin(new Plugin());
`
出现 报错:
Uncaught ReferenceError: _a is not defined
at nbind.js:1146:62
at nbind.js:1590:3
at node_modules/yoga-layout-prebuilt/yoga-layout/dist/entry-browser.js (entry-browser.js:21:1)
at __require2 (chunk-3EJPJMEH.js?v=136e61d1:15:50)
at entry-browser.js:40:40
The text was updated successfully, but these errors were encountered:
TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at e.syncAttributes (umi.9da62fcc.js:1:1192269)
at t.u (umi.9da62fcc.js:1:1189888)
at e.notifyListeners (umi.9da62fcc.js:1:553778)
at e.dispatchEvent (umi.9da62fcc.js:1:548440)
at e.dispatchEvent (umi.9da62fcc.js:1:536258)
at t.mountChildren (umi.9da62fcc.js:1:635832)
at umi.9da62fcc.js:1:634731
at e.init (umi.9da62fcc.js:1:555868)
at t.initRenderingService (umi.9da62fcc.js:1:634388)
at t.initRenderer (umi.9da62fcc.js:1:634141)
at new t (umi.9da62fcc.js:1:629990)
at <anonymous>:45:16
at <anonymous>:17:5
at <anonymous>:20:3
at 2616.1e9f1e1a.async.js:1:52917
at 2616.1e9f1e1a.async.js:1:52932
at b (9399.ee29f7ce.async.js:1:730005)
at k (9399.ee29f7ce.async.js:1:730286)
at x (9399.ee29f7ce.async.js:1:730176)
`import { Canvas, Group, Rect, Text } from '@antv/g';
import { Renderer } from '@antv/g-canvas';
import { Plugin } from '@antv/g-plugin-yoga';
const renderer = new Renderer();
renderer.registerPlugin(new Plugin());
`
出现 报错:
Uncaught ReferenceError: _a is not defined
at nbind.js:1146:62
at nbind.js:1590:3
at node_modules/yoga-layout-prebuilt/yoga-layout/dist/entry-browser.js (entry-browser.js:21:1)
at __require2 (chunk-3EJPJMEH.js?v=136e61d1:15:50)
at entry-browser.js:40:40
The text was updated successfully, but these errors were encountered: