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
Hi, I'm a TOTAL noob and appreciate your work SO much.
I'm getting an error that says Module "fabric" has no exported member 'fabric'.
This is messing up canvas, live, page, type....
I looked into the node_modules and sure enough, there is no exported fabric!
I'm guessing this is because of an upgrade since you posted this tutorial.
Any ideas how I can retrofit the code to make it work?
Thanks :)
The text was updated successfully, but these errors were encountered:
I was facing the same issue but after installing [email protected] issue got resolved. In fabric v6 there is some issue while importing fabric. So its better if you use v5 and then import.
Hi, I'm a TOTAL noob and appreciate your work SO much.
I'm getting an error that says Module "fabric" has no exported member 'fabric'.
This is messing up canvas, live, page, type....
I looked into the node_modules and sure enough, there is no exported fabric!
I'm guessing this is because of an upgrade since you posted this tutorial.
Any ideas how I can retrofit the code to make it work?
Thanks :)
The text was updated successfully, but these errors were encountered: