Skip to content
#

quill

Here are 152 public repositories matching this topic...

thehappycoder
thehappycoder commented Jul 8, 2019

In my case, when both nextContents and this.lastDeltaChangeSet are undefined, I get this error. It happens in a real scenario when I switch between 2 records, and component.js componentWillReceiveProps gets called

From component.js:

if (nextContents === this.lastDeltaChangeSet) {
        console.error(nextContents, this.lastDeltaChangeSet)
        throw new Error(
          'You are p
paolavness
paolavness commented Jul 1, 2018

Hi there, noticing that when capitals are used, the url is not picked up. I've added the below to this working on my side to get this working:

    magicUrl: {
        globalRegularExpression: /(https?:\/\/\.|mailto:|www.)[\S]+/gi,
        urlRegularExpression: /(https?:\/\/[\S]+)|(mailto:[\S]+)|(www.[\S]+)/i
      }

It would also be neat for automagic conversion of email address

Improve this page

Add a description, image, and links to the quill topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quill topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.