Johannes Lindgren

Results 16 issues of Johannes Lindgren

For custom apps, the oauth token is only valid for 900 seconds. After this time, the token must be refreshed. However, once a storyblok-js-client has been instantiated, it is not...

The following commit introduced a second section for field plugins: https://github.com/storyblok/awesome-storyblok/commit/1cf28b2ae92cb3913edc795eb5d42b288d693c43 Futhermore, it moved the Tool subsections from _Tools_ to the new _Field-Types_ section. This pull request removed the duplicate...

Setting up Continous Integration When merging to master, the field plugin is deployed to production: `storyblok-slider`. When merging to develop, the field plugin is deployed to preview: `storyblok-slider-preview`

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

**What is the improvement or update you wish to see?** When you use `liveblocksEnhancer`, the `liveblocks` state should be automatically mixed into the store's state. For example, given the following...

enhancement
triage needed
documentation
Presence

We need to add automated checks. I propose to do it as I have done [here](https://github.com/johannes-lindgren/pure-parse/tree/main/.github/workflows): 1. Simple check on the format of the PR title 2. Automated checks: tests,...

Upgrade immer to version 10.1. Resolves #12 According to the [migration steps](https://github.com/immerjs/immer/releases/tag/v10.0.0), the only thing we need to do is to replace the default import: > Replace all default imports:...

Add a workflow for publishing new versions which gets triggered when you create a new release in GitHub. I will include a guide on how to publish.

⚠️ Note this is a stacked pull request that should only be merged _after_ the base branch has been merged to `main`. Fix all code formatting issues, so that we...