Aamir Afridi
Aamir Afridi
> ran into this today migrating to `pnpm`, this is how i got around it > > ```js > transformIgnorePatterns: [ > `node_modules/(?!(?:.pnpm/)?(${esmModules.join('|')}))`, > ], > ``` > > https://codesandbox.io/s/jest-transformignorepattern-czh44p?file=/src/index.ts...
> Any progress on this? Please create an example with the issue. Here is the link to create a demo with the problem http://jsfiddle.net/aamir/jc7F3/285/
> Would github pages work for you? https://heckfy88.github.io/monitors/ Thanks, @heckfy88. To me, the marquee is appearing in one line. Please explain the steps to produce the issue.
@heckfy88 please explain what you expect in this example. What is the issue that you want to solve? The marquee seems to be working fine.
I think you have some extra styling and wrappers around marquee. Can you try this http://jsfiddle.net/5h2ro8kp/ ?
> > > I deleted everything but > *some text* > with the same properties as you have, nothing changed Please updated the fiddle link and paste it here so...
Any update on this? At the moment we have to add some custom solutions like this. ```js import type { CookieParseOptions } from 'cookie'; import type { NextRequest } from...