Skip to content

Commit

Permalink
Minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fedoryakubovich committed Jun 12, 2023
1 parent fb13668 commit da66450
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-awesome-stars-rating",
"version": "0.13.7",
"version": "0.13.8",
"main": "./dist/index.js",
"module": "./dist/index.js",
"files": [
Expand Down
7 changes: 1 addition & 6 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ import React from 'react';
import ReactDOM from 'react-dom';
import ReactStarsExamples from './examples';

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<ReactStarsExamples />
</React.StrictMode>,
);
ReactDOM.render(<ReactStarsExamples />, document.getElementById('root'));

0 comments on commit da66450

Please sign in to comment.