TypeError: O is not a function
i think it might have something to do with the image addition

I was trying to learn how to use this module by building one attribute at a time, but couldn't even get past the first one
Had the same issue and could not resolve it. Ended up deleting the repo.
Same issue here. Was anyone able to resolve it?
ERROR:
O is not a function
CALL STACK:
TypeError: O is not a function
at SVGImageElement.<anonymous> (https://localhost:4321/dist/program-chart-web-part.js:499:2638)
at SVGImageElement.attrFunction (https://localhost:4321/dist/program-chart-web-part.js:1383:21)
at https://localhost:4321/dist/program-chart-web-part.js:1676:16
at d3_selection_each (https://localhost:4321/dist/program-chart-web-part.js:1682:30)
at Array../node_modules/d3/d3.js.d3_selectionPrototype.each (https://localhost:4321/dist/program-chart-web-part.js:1675:12)
at Array../node_modules/d3/d3.js.d3_selectionPrototype.attr (https://localhost:4321/dist/program-chart-web-part.js:1366:17)
at t.exports (https://localhost:4321/dist/program-chart-web-part.js:499:2582)
at init (https://localhost:4321/dist/program-chart-web-part.js:433:2875)
at e.value (https://localhost:4321/dist/program-chart-web-part.js:451:1739)
at ss (https://res-1.cdn.office.net/files/sp-client/sp-webpart-workbench-assembly_en-us_37194a91081a5a32a8fa7de43d5df223.js:69:89313)
+-- [email protected]
+-- [email protected]
node.js v14.19.1
@Zerg00s not as of today. I would still like to get this working as it is one of the best looking ones I have found.
Try using a class component instead of a functional component
anyone managed to solve this?
Thanks @rastogi-rishabh! Using a class component fixed this issue for me :)
@sarahm16 do you have a small code sample you code post of how you solved the TypeError?