nLightened Development LLC

Results 35 comments of nLightened Development LLC

I ended up getting it with this babel config: ``` options: { 'exclude': 'node_modules/**', presets: [ ['@babel/preset-env', { 'useBuiltIns': false }] ], plugins: [ [ '@babel/plugin-transform-runtime', { 'regenerator': true, 'corejs':...

I actually switched to glide because ELIX carousel had some difficult to resolve accessibility issues around the buttons. If I recall correctly the buttons didn't have the correct aria attributes.

Might be worth noting that if you have flexible or off set then the browser will say there are too many redirects happening. I suspect Cloudflare is requesting http and...

I just tested, both Full and Full (strict) work on platformsh Off and Flexible result in infinite redirects.

Sorry about the title, I must have skipped past it. What I mean is when you're logged in clicking on menu items works as expected, e.g. clicking on portfolio you...

Right clicking and opening as a new tab has the same behavior

Investigating further not all menu items act the same: Overview, Accounts, and Admin Control all land you on /en/start Portfolio lands you on /en/portfolio, but nothing populates and you have...

Console logs show a few instances of: ERROR TypeError: r.user is undefined It seems that the auth token is being stripped when opening in a new tab for some reason.

More likely Linux since it happens to me on both Chrome and Firefox.

This may also be relevant: https://www.drupal.org/project/drupal/issues/3431285