Tran Trong Thuc

Results 4 comments of Tran Trong Thuc

I've just added an event listener that calls update by block id every time the selected value changes. ```jsx this.languageSelector.addEventListener('change', () => { let blockId = this.api.blocks.getBlockByIndex(this.api.blocks.getCurrentBlockIndex()).id; this.api.blocks.update(blockId, { language:...

I faced the same issue when trying to build the storybook, (SB 6) The issue is resolved by adding this library @testing-library/dom to devDependencies and move @whitespace/storybook-addon-html to Dependencies (not...

Is it possible to upgrade this library to adapt React 18?