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
I managed to get Treant to import by using object destructuring when importing: import { Treant } from 'treant-js' and it renders the basic data but it does not style the tree because Raphael isn't working properly
I get ReferenceError: Raphael is not defined despite being having installed the Raphael node package and imported it accordingly. When I console.log(Raphael) I get Raphael's version number, but Treant is still unable to use Raphael.
Please advise.
The text was updated successfully, but these errors were encountered:
I'm having a similar issue, importing it from Ember and it does not compile because of a delete inside Raphael. A more recent version of Raphael already resolved this and should be updated, i hope it is compatible.
I managed to get Treant to import by using object destructuring when importing:
import { Treant } from 'treant-js'
and it renders the basic data but it does not style the tree because Raphael isn't working properlyI get
ReferenceError: Raphael is not defined
despite being having installed the Raphael node package and imported it accordingly. When Iconsole.log(Raphael)
I get Raphael's version number, but Treant is still unable to use Raphael.Please advise.
The text was updated successfully, but these errors were encountered: