Terry Mun-Andersen

Results 56 comments of Terry Mun-Andersen

Currently running on 9.9.0 and it seems that the recent changes in peer dependency resolution might have fixed it.

@valentinpalkovic @shilman After spending some more time debugging, I have found the cause of this: if the component consumes any kind of server action that invokes `cookies()` or `headers()`, it...

@jciolek Your workaround worked beautifully 👏 thanks for sharing!

The fix rolled out worked for our setup. Thanks @yannbf! @joebentaylor1995 Open a new issue with a reproducible example if possible, since this issue has been closed.

Just want to say I really appreciate the effort to make `noRestrictedImports` to have full feature parity with the equivalent rule on eslint. Thank you so much: this is going...

It seems like the deprecation notice is coming from the consumption of `LegacySyncImporter` and `LegacySyncImporterThis` in two instances in the source code: in [`importer.ts`](https://github.com/skovy/typed-scss-modules/blob/c60f74e51977e48fae30e8b868d417c18e27b8be/lib/sass/importer.ts#L2) and in [`importer.test.ts`](https://github.com/skovy/typed-scss-modules/blob/c60f74e51977e48fae30e8b868d417c18e27b8be/__tests__/sass/importer.test.ts#L2). Perhaps a migration...

I've [reached out to the owners of eslint](https://github.com/eslint/eslint/discussions/19420) and they don't have any objections. If you have time, could you have a quick look at the PR? Thanks @orta 😃

@jesseweed @orta Is there a possibility to have this PR looked at? Many thanks 😊

@valentinpalkovic Thanks for looking into this! I have personally been experimenting with next@15 with storybook (using webpack under the hood), and the only major issue I'm running into is the...

@valentinpalkovic Really appreciate your work with keeping Storybook updated with the latest release of next :) thanks for the update! If you need any further examples or need us to...