Antoine

Results 7 issues of Antoine

**[Reproduction on Codesandbox here](https://codesandbox.io/s/craftjs-issue-custom-props-dbqk8?file=/src/App.js)** **Describe the bug** When: - programmatically adding nodes to the tree (`actions.addNodeTree`) - with a component that has a prop with circular dependencies (which happens in...

## Description This solution provides a node implementation to fetch the font file from the URL, using standard http/https modules (to avoid adding a dependency like axios). Btw the typing...

Here is a PR to solve it: #503 . Please let me know if anything is wrong about it :) loadFromUrl implementation relies on XHR2, which is only available in...

Here is a feature I need for my project, and I thought it would be good to suggest a merge in the main repo. Use case: when users paste links...

Related PR: https://github.com/editor-js/link/pull/83 Just in case it's better to have an issue to follow the PR up. Please close it if not required.

It is a bit annoying for cases when we have a live preview, relying on the onChange event. Any workaround to suggest to make it work? E.g. calling a save...

Hi team, I am trying to make the custom JWT auth work, but the auth state remains desperately unauthenticated, despite following strictly the doc steps. There is no error, nothing...