Sergey Maltsev
Sergey Maltsev
Redirect has been added
@awacode21 It is required for dev server which uses `esbuild` and it sometimes splits code into wrong chunks. Thay have a note in their docs that code splitting may have...
@marciogurka Our components are not compatible with SSR We have a guide for React Next.js https://bryntum.com/products/grid/docs/guide/Grid/integration/react/guide#loading-components-dynamically-with-next-js Most likely same approach can be for NUXT. Please check if that works. https://javascript.plainenglish.io/crank-up-auto-import-for-dynamic-nuxt-js-components-54e7f198fc16
There's no bug in Grid component. You need to setup it to work at client side (no ssr). This is how to do this: # Create basic Nuxt app ```bash...
@brokenthorn we have removed that `any &` from typings in 6.0 version already. It looks like this now: ``` /** * Object with information about the drop points for the...
Related to fixed issue here https://github.com/bryntum/support/issues/7760
Type definitions are linked to the exact API code version, so it is not correct to use types from different version. Each major, minor or patch update is bundled with...
I'm afraid it is quite a significant change to be introduced in some 5.6.x patch. That's why we are introducing it in major version update. This may be breaking for...