VC
можно как-то получше?
export async function getServerSideProps(ctx) {
const { params: { browser } } = ctx;
const props = await getCommonProps();
props.targetBrowser = browser // <-- вроде некрасиво
return { props };
}Size: a a a
VC
export async function getServerSideProps(ctx) {
const { params: { browser } } = ctx;
const props = await getCommonProps();
props.targetBrowser = browser // <-- вроде некрасиво
return { props };
}PC
PC
V
PC
PC
V
AF
AB
AA
V
AA
AA
AA
V
AA
AA
R
AA
DM