Rafael Mello Campanari
Rafael Mello Campanari
Same for me, I'm receiving the `chunkId` even with `chunkFilename: [name].js` and with `webpackChunkName` on magic comments.
```js const setEditorUi = function () { const WidgetsService = require('live/services/widgets') import(/* webpackChunkName: "editor" */ './ui/default').then(m => WidgetsService.editor('default', m)) import(/* webpackChunkName: "editor" */ './ui/html').then(m => WidgetsService.editor('html', m)) } ``` Gets...
Can we merge this one? Since API version `2.3` Facebook response format is JSON. Either we test if `api version > 2.2` or we accept this solution which also solves...
Really interesting @whitef0x0, this is actually a great idea. Thinking in generalize it for a standalone font-awesome angular directive? I really like it! Will test it here: ]
hi @vitaly87 this was proposed by #21 by things were kind of buggy when I cloned. This is a lacking feature I must agree.
I have a similar issue with `useTooltipInPortal` ```tsx const { TooltipInPortal, containerRef } = useTooltipInPortal({ detectBounds: true }) . . . useMount(() => { containerRef(chartRef.current) }) ```
:+1: same here, `ui-select` works but it show same errors. I'm also using another directive to compile ui-select html templates.
> I ran into this same issue on my mac and an ollama server, and after debugging further found that the model I was referencing was not available. I referenced...
Any comments / ideas on this? Otherwise, I'll start creating a PR with the solution proposed, thanks for moving it @benjdlambert!
Was this issue closed by #549? Looks like it was merged