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 3f3b704 commit 51d7c68Copy full SHA for 51d7c68
src/App.tsx
@@ -36,7 +36,7 @@ const App = () => {
36
</div>
37
{startDate && endDate && (
38
<>
39
- <TimeBasedWrapperV1 startDate={startDate} endDate={endDate}>
+ <TimeBasedWrapperV1 incomingStartDate={startDate} incomingEndDate={endDate}>
40
<ComponentToRender version='v1 contains normal implementation' />
41
</TimeBasedWrapperV1>
42
<br />
0 commit comments