0👍
If bind is what’s undefined, have you checked if your problem is with _getSmartGuides since that is what calls the bind() function?
0👍
You’ll need to call fabricAddSmartGuides();
purely from reading the (fabricPublisherTools) source: _getSmartGuides
is created in fabricAddSmartGuides()
. Do you / where do you call fabricAddSmartGuides
?
- [Vuejs]-Whydoes Vue3 Toastify fails to recognise the toast object they explicitly state we should use?
- [Vuejs]-JS if statement and basic write operations not working in Vue3/Vite composition API
Source:stackexchange.com