Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

giofilo/expo-generateStaticParams-cascade

Repository files navigation

How to reproduce:

  • run npm install
  • run npx expo export -p web

In the terminal, you'll see the console.log result, it will print 3 times the same log:

{ params: { '0': { id: 'one' }, '1': { id: 'two' } } }
{ params: { '0': { id: 'one' }, '1': { id: 'two' } } }
{ params: { '0': { id: 'one' }, '1': { id: 'two' } } }

I would expect, instead:

{ id: 'one' }
{ id: 'two' }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published