Morgan Ney

Results 40 comments of Morgan Ney

> See [algolia/react-element-to-jsx-string#728](https://github.com/algolia/react-element-to-jsx-string/issues/728) > > This is already fixed by `react-element-to-jsx-string` > > Maybe just bumping the dep would fix it. ```json "overrides": { "@storybook/react": { "react-element-to-jsx-string": "15.0.0" } }...

~Looks like the loader must use the `.mjs` file extension: https://github.com/webpack/loader-runner/blob/master/test/runLoaders.js#L616~ Ok, so it is not possible yet: https://github.com/webpack/loader-runner/commit/4f91458eca03c7350971e0c555521f4e6c13c6e0#r40502100

I think there is confusion here because the [documentation](https://github.com/IdentityModel/oidc-client-js/wiki) for the `userStore` optional setting says that `sessionStorage` is the default, but the original question was about clearing `localStorage`. So, if...

Thanks for the timely response. Perhaps the documentation or samples could be updated to indicate that `siginSilent` methods make use of `localStorage` by default so making use of `clearStaleState` _requires_...

If you want TypeScript support for text-to-speech in React 18 you can try [tts-react](https://www.npmjs.com/package/tts-react).

@fahadashiq12 if you're looking for text-to-speech in React 18 with TypeScript you can try [tts-react](https://www.npmjs.com/package/tts-react). I've been developing it over the past couple of weeks but should be considered production...

Ok, so the requirements for implementation of a spec sound like it must _not_ be an **experimental technology** as [defined by MDN](https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Experimental_deprecated_obsolete#experimental). For the record, that seems a little conservative,...

> There are so many experimantal api out there you won't want to include all of them... @mathe42 I can understand that stance. Like I alluded to, you are making...

Just use [`http-server`](https://www.npmjs.com/package/http-server) instead.

Here is an example of what consumers will see if they attempt to use this package with a node version < 20.8.0: ``` Node.js v18.18.0 morgan@machine:~/code/magic-comments-loader (develop)$ npm ls babel-register-esm...