Roman Kulinsky
Roman Kulinsky
Getting this warning in browser console: > Warning: Prop `className` did not match. Server: "tgui-6a12827a138e8827" Client: "tgui-6a12827a138e8827 tgui-865b921add8ee075" > at div > at eval (webpack-internal:///(app-pages-browser)/../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected]/node_modules/@xelene/tgui/dist/components/Service/AppRoot/AppRoot.js:33:21) #### Minimal Next.js app with...
Documentation lacks description of some debug primitives, e.g. `~dump` and `~strdump`. ## Why is it important? Dump functions are very helpful while studying FunC language and debugging. ## Related Issue...
### Is your feature request related to a problem? Please describe. Documentation lacks of description for existing debug primitives. ### Describe the solution you'd like Add description for debug primitives...
Is migration to ESM considered ? I mean "type": "module" in package.json. There are problems using this library in combination with ES modules based libraries. If I import a ES...