On state variable change does not trigger actions on the first change

When we have an interaction set to On state variable change the actions are not triggered on the first variable change, but they start doing that on all consecutive state changes. Just the first one.

I have tested this by showing state variables and the target state variables that I’m changing after every click. On the very first click, only the local state variable changes and no other actions are run. After that it works as expected.

This was working fine earlier, in fact it is working fine in another of our project, we set both these up the same way.

Relevant links:
https://studio.plasmic.app/projects/tGRbkmiwHSCzPdLvK8Keyq

Hi, we will be investigating, in the meanwhile can you answer the following questions:

  • Are you using loader or react?
  • What are the versions of @plasmicapp/* packages in your repository
  • Is the issue reported only present in a single component or does it happen to other components?

We’re using loader.

Packages:
@plasmicapp/host”: “^1.0.208”,
@plasmicapp/loader-edge”: “^1.0.67”,
@plasmicapp/loader-nextjs”: “^1.0.410”,
@plasmicapp/query”: “^0.1.79”,
@plasmicapp/react-web”: “^0.2.360”,

It’s happening with more than one components.

Hi, we’ve identified the issue and will be working on fixing it.