A demo repo to recreate the issues when trying to update blast to use Storybook Server 7.6.12.
- Install deps
composer install
-
Duplicate
.env.example
and rename to.env
and updateAPP_URL
tohttp://127.0.0.1:8000
-
Start server
php artisan serve
- Run blast
php artisan blast:launch
App fails with error when trying to use StoryStoreV7:
Error: Error: Unknown node type CallExpression
at PreviewWeb.getStoryIndexFromServer (http://localhost:6006/sb-preview/runtime.js:87:1192)