Andreas Tzionis

Results 75 comments of Andreas Tzionis

You can use the Destack editor along side with other React components. These components can be dynamic or not as there is no restriction. But, you can't pull data from...

@Eesssn It would be helpful to provide a repository or a Codesandbox that reproduces the error. If the error is on a public one just share the url.

Hey @Battlelamb, Is this about the problem mentioned in the summary of the issue or about something else?

@Battlelamb I managed to reproduce this. Thanks for validating and sharing the repo. If you don't mind leaving it public for the next few days it would help to fix...

@Battlelamb @Eesssn I think I got to the bottom of this. It seems React 18 introduces some changes with `StrictMode` to ensure `useEffect` is used correctly. A quick dirty fix...

Hey @Battlelamb, I just fixed a couple of issues with Windows. The version `0.12.0` is now up on NPM and you can try it with `npm i destack@latest` or using...

@SpencerIsTheKey > The editor is empty, and anything added will overwrite the previously rendered page, though if redeployed without adding anything to the editor there are no changes to the...

@SpencerIsTheKey I cloned your repository and in my machine everything works as expected. Here's what I've done: 1. Did `npm run dev`, clicked `Builder Page 1` and made a change...

@SpencerIsTheKey There were two bugs that are now fixed with `0.12.0`. One has to do with Windows and the other with some changes in React v18 (more info here https://github.com/LiveDuo/destack/issues/44#issuecomment-1161522931)....

Hey, Plan is roughly the following: - Fix a few usuability issues - Add tests and support form handling - Make the builder more customizable As part of the 3rd...