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 c17b3eb commit 62f94d3Copy full SHA for 62f94d3
README.md
@@ -84,7 +84,7 @@ export default function App() {
84
loading={<div>Loading..</div>}
85
props={{
86
someProp1,
87
- someProp2, // `someProp1` and `someProp2` are transfered to `module.dedault` above finally
+ someProp2, // `someProp1` and `someProp2` are transfered to `module.default` above finally
88
}}
89
/>
90
</Switch>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-dynamic-route",
3
- "version": "0.0.16",
+ "version": "0.0.17",
4
"description": "Load react component dynamically based on url path",
5
"keywords": [
6
"react",
0 commit comments