Michał Pietraszko
Michał Pietraszko
@brandonjmckay Setting `DANGER_DISABLE_TRANSPILATION="true"` env var fixed it for me.
Consider using this: https://graphql-code-generator.com/
It's because of the typo in the example. Change `entrySortMethod` to `alphabetically`.
Including this information in the documentation would be very helpful. Edit: Wouldn't using `wait` utility fix the issue? https://testing-library.com/docs/dom-testing-library/api-async#wait
Created a pull request #23
@tylerslaton, will setting suggestions be available from `useCopliotContext` and/or `` too?
There is some strange logic in `loadAgentState` resolver https://github.com/CopilotKit/CopilotKit/blob/1e088f035ff5dfd67693fdcd5e3a878c0aec49c7/CopilotKit/packages/runtime/src/lib/runtime/copilot-runtime.ts#L963-L981 It casts agent type to `LangGraphAgent` rather than respecting that all agents are of `AbstractAgent` type and accesses the `thread.client.getState` function...
For Mui4 users - another workaround is to pass `disablePortal` to `` but you might experience issues with stacking context.