sect

Results 12 comments of sect

I have the same problem. This issue may conflict with `warmup` statement and webpack5 `Persistent Caching`. Occurs only when the cache is read.

@jorostoyanov Is there any progress on this? This issue should be resolved ASAP.

@jhnns Thanks for helpful package. Currently does not work with webpack 5 beta. Do you have a plan to add compatibility before webpack 5 is officially released?

In my case it looks like script loading is not working properly. As a temporary measure, I manually load the script to avoid the issue. ```tsx import Script from 'next/script';...

This issue may be related to the following comments. https://github.com/htmlburger/carbon-fields/issues/561#issuecomment-407084477

@FabienArr Thanks for your feedback. Unfortunately I don't think it's possible because the order terms in **hierarchical taxonomy** have a different structure.

@FabienArr What makes this difficult is the different HTML structure between hierarchical and non-hierarchical taxonomy in Meta Box of the edit page, not the database structure.

@FabienArr It's about WordPress Meta Box.

@FabienArr that's right. There are structural differences. This plugin specializes in `non-hierarchical taxonomy`. If we need `hierarchical taxonomy` support, I think it should be developed as a separate plugin.