Hi all,
I got error when create new app with theme extension.
shopify app init
// choose Build a React Router app (recommended)
// choose TypeScript
// choose organization
// choose "Yes, create it as a new app"
cd app_folder/
shopify app generate extension
// choose "Theme app extension"
shopify app dev
// => error: [blocks/star_rating.liquid] Liquid syntax error (line 11): Unknown tag 'schema'
@shopify/cli/3.88.1 darwin-x64 node-v22.20.0
`star_rating.liquid`
and `package.json`:
I tried to deploy this extension but got same error.
I can’t manage to find why I get this error. Help me please.



