Jeremy Mack
Jeremy Mack
Experiencing this issue also. Keeping me from using ember-localstorage-adapter. Instead, I'm rolling my own Array using https://gist.github.com/tomdale/11360257 and handling the serialization / deserialization myself.
I'm using `@saitonakamura/[email protected]` and I spotted an edge-case bug: On iOS Safari (tested on iOS 15.6 and iPadOS 15.6) React 18's new double effect firing in [`StrictMode`](https://reactjs.org/docs/strict-mode.html) causes the Application...
Currently it’s an empty object, which means it doesn’t throw when accessing one level deep props. But I agree with changing it to undefined is more clear. It would be...
There are also occasional issues with the website not showing entities properly on Link suggestions. I have been meaning to use http://htmlentities.rubyforge.org/ to fix this up. Thanks for pointing this...
Ran into this issue today with Next 12.3 with `pixi.js`. Hacky fix was to `yarn patch pixi.js` and remove references to the `esm` modules from the `package.json` file. That causes...
Confirming that this issue still exists in Pixi 6.4.2 on iPadOS 15.6.1. The above fix resolves the issue for me as well.
I would love to see this API be added as well. I just finished [digest-brunch](https://github.com/mutewinter/digest-brunch), which implements the example above, but feels like a hack.
The included code works great, but has a performance problem. The elements array does not remove elements that are no longer visible on the page. I added the following code...
I had a similar issue with another library and I was able to fix the issue in 13.0.3 by setting `swcMinify: false`. I believe the issue is fixed here: https://github.com/vercel/next.js/pull/42790....
Make sure you've got the latest version of bower installed, `npm -g install bower`.