Specifies the project name and updates the package versions of @humeai/voice and @humeai/voice-react to ^0.1.10 within the package.json files inside the Next.js app router and pages router examples
Adds a key to a div within the Expressions.tsx component to fix the error caused React requiring each element in a list to have a unique key prop
Updates the wording within relevant files of the Next.js app router and pages router examples to use "secret key", not "client secret" (namely utils/getHumeAccessToken.ts for both, and pages/index.tsx for the pages router example
@humeai/voice
and@humeai/voice-react
to^0.1.10
within thepackage.json
files inside the Next.js app router and pages router examplesExpressions.tsx
component to fix the error caused React requiring each element in a list to have a unique key proputils/getHumeAccessToken.ts
for both, andpages/index.tsx
for the pages router example