Philipp Christen
Philipp Christen
Regarding the physicality: Maybe the "cloning" could be regarded as an infinite pile of the same item? :)
yes please 👍
Did you add it to `src/index.ts`? e.g. ```ts import { TestComponent } from './TestComponent/TestComponent'; export { TestComponent }; ```
In general, how should one work around missing tags? We use twig.js to render Twig-based components in our React-based Storybook and at the moment the whole storybook crashes because we're...
Oh, I found https://github.com/twigjs/twig.js/wiki/Extending-twig.js-With-Custom-Tags - but struggling with the `parse` and `compile` part 😅
@willrowe I tried the following code (inspired by the unit tests): ```js Twig.extend(function(Twig) { Twig.exports.extendTag({ type: "autoescape", regex: /^autoescape$/, next: ["endautoescape"], open: true, compile: function(token) { return token; }, parse:...
Oh, or is it related to the loader we're using? https://github.com/zimmo-be/twig-loader
Bump, very interested in this as well 👍
Hi @Srushtika , that is very good news! Right now we're using a second channel where we send a simple "hey everyone please release your lock for resource X", for...
No worries, we're also still slowly returning from our hibernation :)