Zach Wegrzyniak
Zach Wegrzyniak
@ChristophLabacher > The compiled code from the playgrounds is added to the component library source directory as many individual files. This directory should be read-only: This should be patched in...
@ChristophLabacher > When adding a div with a style property that gets an object as value, I get the error “Failed to set node data: Error: The style prop expects...
> We discussed if we could make less specific requirements for the folder structure of the component library. Right now, the package.json of the components needs to be in a...
@jessejanderson `"vim.foldfix": true` makes my cursor skip (as in touch a wrapped line) and then continue with the previous erroneous behavior. I was hoping that was what I was missing.
@amiram source maps should be available even for the remote loaded version of the SDK as of 2022-10-14, give or take a few days. > I had this issue for...
@briziodane are you still seeing this issue?
To get around this for now, I've been running `yarn tsc --emitDeclarationOnly && yarn rollup -c` to get the declaration files without a runtime component and then use this plugin's...
For me `@types/react@npm:17.0.0: The remote archive doesn't match the expected checksum` was happening with [email protected] Node 14.16.0 and on macOS too. I removed all top level `@types/react` references in the...
@LaurensRietveld what version of yarn are you using? I think I may still be running into this in `[email protected]` around `@storybook/[email protected]`. For now, I have ```yaml # .yarnrc.yml # @storybook/addon-storyshots...
Hey, thanks for the report. Mind creating a minimum reproducible example? Which `@inboxsdk/core` version are you using?