react-string-replace
react-string-replace copied to clipboard
A simple way to safely do string replacement with React components
## The devDependency [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) was updated from `7.12.3` to `7.12.4`. π¨ [View failing branch](https://github.com/iansinnott/react-string-replace/compare/master...iansinnott:greenkeeper%2Feslint-plugin-react-7.12.4). This version is **covered** by your **current version range** and after updating it in your project...
## Version **0.25.0** of [ava](https://github.com/avajs/ava) was just published. Dependency ava Current Version 0.23.0 Type devDependency The version **0.25.0** is **not covered** by your **current version range**. If you donβt accept...
## Version **9.0.0** of **babel-eslint** was just published. Dependency babel-eslint Current Version 8.2.6 Type devDependency The version **9.0.0** is **not covered** by your **current version range**. If you donβt accept...
See #47 I just added a copy of index.js and changed it to esm. I don't like the code duplication, but I didn't want to introduce a transpiler to output...
Hi, I saw you answered a similar issue already (#19 ), and for WEbpack this solution works fine. But with for example Rollup it doesn't work. `Error: 'default' is not...
## Version **4.1.0** of [eslint](https://github.com/eslint/eslint) just got published. Dependency eslint Current Version 3.19.0 Type devDependency The version **4.1.0** is **not covered** by your **current version range**. Without accepting this pull...
Thanks for a very cool function! What I'm trying to do is replace a user selected string in a body of text with a React component (that contains the selected...
Hello! First of all, thanks for the nicest replacer for react. ))) There's a thing. I want to use index parameter in replacer function as a key for react to...
Not sure how big a lift this would be, but something to think about. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace
I'm having trouble using `reactStringReplace` to format text with bold/italic tags. I have it set up as follows: ```javascript var text1 = "[b]Testing bold [i]and italic[/i] tags[/b]" var text2 =...