We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc280e commit 68b7f94Copy full SHA for 68b7f94
packages/linkify-react/src/linkify-react.mjs
@@ -1,5 +1,5 @@
1
import * as React from 'react';
2
-import { tokenize, Options, options } from 'linkifyjs';
+import { tokenize, Options } from 'linkifyjs';
3
4
/**
5
* Given a string, converts to an array of valid React components
0 commit comments