storyblok-react icon indicating copy to clipboard operation
storyblok-react copied to clipboard

React SDK for Storyblok CMS

Results 26 storyblok-react issues
Sort by recently updated
recently updated
newest added

Hello, This is my first commit in this storyblok repo and my first contribution as well, Code change - I have added isBridgeEnabled in useEffect dependency, i think it's need...

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...

dependencies

### Description The examples playground-next, playground-next13-live-editing, playground-next13-rsc don't build. Running `npm run build` in the playgrounds throws various errors. ### Suggested solution or improvement One issue is described here but...

pending-author
pending-triage
feature

### Describe the issue you're facing I'm using @storyblok/react/rsc in a Next.js app router setup and sometimes I'm getting an _You can't use getStoryblokApi if you're not loading apiPlugin_ error....

investigation
pending-author
pending-triage
p3-significant

### Describe the issue you're facing My configuration is... // the slug of the story let slug = 'home'; // the storyblok params let params = { version: 'draft', //...

pending-author
pending-triage

### Describe the issue you're facing I am using pretty old version of the lib (1.3.3) and tried to upgrade that in the project but one of the problems is...

pending-author
pending-triage

### Describe the issue you're facing Hello, I want to pass a custom fetch to the storyblok-js-client when initializing the storyblok api using `storyblokInit` from `@storyblok/react/rsc`. However, it seems that...

pending-author
pending-triage

### Description I had to bump this package to a new major version to fix a production bug (relating to hooks being called conditionally). The release notes are not very...

pending-author
pending-triage
feature

### Description Hi ! We just pushed in production a brand new website made with Storyblok and Next.js ! Everything is running good but performance is really important to us....

enhancement
pending-author
pending-triage

There are a few issues with the `useStoryblok()`: 1. `useEffect()` is called conditionally on [line 40](https://github.com/storyblok/storyblok-react/blob/feature/v1/lib/index.ts#L40), caused by early return statement on [line 35](https://github.com/storyblok/storyblok-react/blob/feature/v1/lib/index.ts#L35). See the [rules of hooks](https://reactjs.org/docs/hooks-rules.html) 2....

bug