I'm running into a small error message when using <HTMLFlipBook> containing custom <PageContent> components. When running in the browser, the error of Each child in a list should have a unique "key" prop error with child components but when trying to add a key to the custom components it doesn't seem to work properly.
Is there a better way to do this or am I missing something? I've had to use custom components to make each even/odd page a different format. I'll post a code screenshot below:
Hi there,
I'm running into a small error message when using
<HTMLFlipBook>
containing custom<PageContent>
components. When running in the browser, the error ofEach child in a list should have a unique "key" prop error with child components
but when trying to add a key to the custom components it doesn't seem to work properly.Is there a better way to do this or am I missing something? I've had to use custom components to make each even/odd page a different format. I'll post a code screenshot below: