Links return undefined on deployment
Hello, I'm using your "delta-transform-html" to render quilljs delta object to html. Everything works perfectly on local environment, but links are undefined on deployment, both work on same mongodb. Any solution ?
This is a strange bug. I'm not sure where it would be coming from, but my intuition would be that when deployed to production, the rich text heading into the transformer is not formatted in the expected way. This could be a problem on your end (maybe the operation doesn't have an attributes: {link: 'URL'} attribute in the production database? It could be a problem on my end: maybe quilljs changed how it outputs links and your production system is using a newer / older version of quill and therefore the link data is stored in a different place.
If you can create something reproducible where well-formed input generates bad output, I will definitely fix it, but at this point all I can say is that this doesn't happen to me.