Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
static async getInitialProps() {
return {
store: await initReactivesearch(
[
{
...numberBoxProps,
source: NumberBox,
},
{
...reactiveListProps,
source: ReactiveList,
},
],
null,
settings,
),
};
}
static async getInitialProps() {
return {
store: await initReactivesearch(
[
{
...multiDropdownRangeProps,
source: MultiDropdownRange,
},
{
...reactiveListProps,
source: ReactiveList,
},
],
null,
settings,
),
};
}
static async getInitialProps() {
return {
store: await initReactivesearch(
[
{
...singleDropdownListProps,
source: SingleDropdownList,
},
{
...reactiveListProps,
source: ReactiveList,
},
],
null,
settings,
),
};
}
static async getInitialProps() {
return {
store: await initReactivesearch(
[
{
...rangeInputProps,
source: RangeInput,
},
{
...reactiveListProps,
source: ReactiveList,
},
],
null,
settings,
),
};
}
static async getInitialProps() {
return {
store: await initReactivesearch(
[
{
...dateRangeProps,
source: DateRange,
},
{
...resultCardProps,
source: ReactiveList,
},
],
null,
settings,
),
};
}
static async getInitialProps() {
return {
store: await initReactivesearch(
[
{
...textFieldProps,
source: TextField,
},
{
...reactiveListProps,
source: ReactiveList,
},
],
null,
settings,
),
};
}
static async getInitialProps() {
return {
store: await initReactivesearch(
[
{
...ratingsFilterProps,
source: RatingsFilter,
},
{
...reactiveListProps,
source: ReactiveList,
},
],
null,
settings,
),
};
}
static async getInitialProps({ query }) {
return {
store: await initReactivesearch(
[
{
...singleRangeProps,
source: SingleRange,
},
{
...reactiveListProps,
source: ReactiveList,
},
],
query,
settings,
),
};
}
static async getInitialProps() {
return {
store: await initReactivesearch(
[
{
...multiRangeProps,
source: MultiRange,
},
{
...reactiveListProps,
source: ReactiveList,
},
],
null,
settings,
),
};
}
static async getInitialProps() {
return {
store: await initReactivesearch(
[
{
...singleListProps,
source: SingleList,
},
{
...reactiveListProps,
source: ReactiveList,
},
],
null,
settings,
),
};
}