Troubleshooting
TypeError: Cannot read properties of null (reading āuseRefā)
The issue: Package versions are mismatched.
The fix: Ensure that all packages are on the same version. You can check this by looking at the package.json file in your project and making sure that all Coral packages have the same version number. If they donāt, update them to match and run pnpm install or yarn install to update your dependencies.
Styles are not being applied
The issue: Panda CSS is not configured correctly.
The fix: Ensure that your panda.config.ts includes field has all the correct paths. Take a look at our Panda Configuration steps for more information on how to set up your panda.config.ts file.
Not Found - 404
The issue: This is likely because your token needs to be updated.
The fix: Youāll find what you need in OE 1Password when you search for āNPMJS - Global NPM Tokensā. Make sure to update your token in your .npmrc file and then try running your command again.