day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
631 stars 68 forks source link

[Bug]: The required namespace "day8.re-frame-10x.preload.react-18" is not available. #407

Closed saburto closed 7 months ago

saburto commented 7 months ago

What happened?

Hi people!

I followed the recomandation of using the preload day8.re-frame-10x.preload.react-18 for react-18 projects according to the README, but sadly I can't compile because I have the following error:

The required namespace "day8.re-frame-10x.preload.react-18" is not available.

I am using the release 1.8.1 but it looks like it doesn't contain the latest changes, even the latest snapshot has not the latest changes you can see in clojars https://clojars.org/day8.re-frame/re-frame-10x/versions/1.8.3-SNAPSHOT is based on the git tree https://github.com/day8/re-frame-10x/tree/ce399742256106cadab39787efb5e122fd234248

Any plans to release the latest changes?

Thanks!

Factory Reset

10x Version

1.8.1

Reagent Version

1.2.0

React Version

1.8

re-frame Version

1.4.0

What browsers are you seeing the problem on?

No response

Relevant console output

The required namespace "day8.re-frame-10x.preload.react-18" is not available.
kimo-k commented 7 months ago

Let me see if I can cut a release today, otherwise maybe another snapshot. Hadn't thought of this before - it is kind of problematic that the readme is in sync with master and not the latest release.

kimo-k commented 7 months ago

Hey, you can try out 1.9.0-SNAPSHOT for now. Watch out for misbehaving input fields and right-click menus. Still discovering the react 18 quirks.

kimo-k commented 7 months ago

Fixed in 1.9.0

saburto commented 7 months ago

Thanks!